javascript - How to add labels to js bar chart? -
How do I add a title, the name of the axis to the chart, and how to change the color of the y and x axis values: Charts data var baradata = {label: ["January", "February", "March", "April", "May", "June"], Dataset: [ Fillcolor: "# 48A497", stroke color: "# 48A4D1", data: [456,479,324,569,702,600]}, {fillColor: "RGBA (73,188,170,0.4)", stroke color: "RGBA (72,174,20 9.0.4 ) ", Data: [364,504,605,400,345,320]}] // meet bar chart canvas works = document.getElementById (" income "). GetContext ("2d"); // Draw Bar Chart New Chart (Revenue). Bars (baradata);