Hi I have the current code to display a pie chart currently using chart.js version 2.5. https://jsfiddle.net/nLtacgoc/
1) How can I hide the grid lines while still showing the legend?
2) Currently, from the code, the legend at the top of the chart and data labels are only responding to this code below and not the label under datasets: Is there a problem here as well?
data: {
labels: ["Pass", "Retrain", "Fail"],