Chart.
I'm generating a pie chart with legend that looks like so: As you can perceive, the pie is pitifully puny. …
chart.js chart.js2I have the following chart and would like to manually set the Y axis labels. Instead of using 1,2,3,4,5, I want …
chart.js chart.js2I managed to remove all horizontale lines/rules in my chart using this: scales: { xAxes: [{ gridLines: { display: false } }] } But I …
javascript chart.js chart.js2I've been trying to add a vertical line that shows up with a tooltip when hovering over the chart. But …
chart.js chart.js2I'm using Chart.js 2.6. I have a chart to which I've added custom pagination to step through the dataset, as …
javascript jquery chart.js chart.js2I want to create a Doughnut graph with two values. Clicking the graphs should print the value in center. I …
javascript jquery charts chart.js chart.js2Can you help me how to extend Chart.js v2.0. I need to draw some horizontal lines in the charts, …
chart.js chart.js2I have a chart that I want to use the github zoom feature for found here. I am have wrote …
javascript jquery chart.js chart.js2According to the "Tick Configuration" of Chart.js version 2.3 it is only possible to set a padding for the ticks …
javascript chart.js padding chart.js2I want to know that if it is possible to show more values on point hover in chart.js. Have …
javascript html charts chart.js chart.js2