Top "Charts" questions

Charts are a graphical representation of data, most often in the format of a graph or diagram.

Change the Y-axis values from real numbers to integers in Chart.js

I have a chart that I want to include in my website using Chart.js. In the Y-axis, it gives …

javascript html charts chart.js
Google Chart, different color for each bar

I have this Google Bar Chart: function drawChart() { var data = new google.visualization.DataTable(); data.addColumn('string', ''); data.addColumn(…

javascript charts google-visualization
ChartJS: datalabels: show percentage value in Pie piece

I have a piechart with four labels: var data = [{ data: [50, 55, 60, 33], labels: ["India", "China", "US", "Canada"], backgroundColor: [ "#4b77a9", "#5f255f", "#…

javascript charts chart.js
Chart Js Change Label orientation on x-Axis for Line Charts

I am using chart.js. Similar to this Question, I would like to rotate my x-axis labels 90 degrees. Currently my …

javascript charts chart.js
"Container is not defined" Google chart

I have solved my issue but can't answer it myself since I am too new to this site: turns out …

api charts containers
Comparison between d3.js and chart.js (only for charts)

I have used chart.js in my projects several times but I have never used d3.js. A lot of …

javascript d3.js charts chart.js
Remove Export and print button plugin on highchart chart

I am using MVC and currently working with highchart I am using the Exporting.js so users can print or …

javascript asp.net-mvc charts highcharts
Chart.js number format

I went over the Chart.js documentation and did not find anything on number formatting ie) 1,000.02 from number format "#,###.00" I …

javascript charts formatting number-formatting chart.js
Highchart specific width stack column bar graph

Need to find a way to represent a graph with error bar, but it seems that it's not supporting in …

javascript jquery graph charts highcharts
How to hide y axis line in ChartJs?

I am using bubble chart and gotta hide the y axis line. I've tried the following but it doesn't work.

javascript charts chart.js