Top "Charts" questions

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

Excel chart x axis showing sequential numbers, not actual value

I have 2 columns in my excel file. 1 is 'code' which has the following values: 2050, 2196, 1605, D1488. The next column is 'amount' …

excel charts excel-charts
Excel charts - setting series end dynamically

I've got a spreadsheet with plenty of graphs in it and one sheet with loads of data feeding those graphs. …

excel charts worksheet-function
Flot pie chart gives error in firebug: "uncaught exception: Invalid dimensions for plot, width = null, height = null"

I using flot pie chart for plotting pie charts. but it shows error in firebug that uncaught exception: Invalid dimensions …

jquery charts pie-chart
Invalid dimensions for plot, width = 0, height = 400 inside of hidden tab

I have this error when I insert charts in hidden tabs like second, third, etc. here is the error: Invalid …

jquery css twitter-bootstrap charts flot
How to apply a saved chart template to an existing chart?

I recently created a custom contour chart in excel to display my data colored with a heat-map color mapping. I'm …

excel templates charts contour excel-2011
.NET 3.5 chart controls exception: Error executing child request for ChartImg.axd

Anyone getting this error when using the new free chart controls MS bought from Dundas? "Error executing child request for …

.net .net-3.5 charts
How to add an on click event to my Line chart using Chart.js

I am trying to add an on click event to my Line chart using Chart.js. I already have my …

javascript charts onclick linechart chart.js
Chartjs random colors for each part of pie chart with data dynamically from database

I want to set dynamically a color for each part of Pie Chart. Since the chart is dynamically created from …

javascript jquery charts chart.js
Chart.js v2: How to make tooltips always appear on pie chart?

I have found similar questions in Stack Overflow, but all of them were addressed one and two years ago. Now …

javascript jquery charts pie-chart chart.js
How do you remove the x-axis from a bar chart produced by Google's Visualization API?

Referring to the kind of chart shown here: http://code.google.com/apis/visualization/documentation/gallery/barchart.html There doesn't …

javascript css charts google-visualization