Top "Charts" questions

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

Absolute Position of Chart Using VBA

I can use VBA to create a clustured column charty using the following code: ActiveSheet.Shapes.AddChart.Select ActiveChart.ChartType = …

vba charts absolute
Using different font styles in annotate (ggplot2)

I'm using the code below to generate a simple chart with some annotations: require(ggplot2); data(mtcars) ggplot(mtcars, aes(…

r text charts ggplot2 annotations
Zoom Google Line chart

I am trying to create a line chart with the Google Visualization API. I want to enable zooming. Documents say …

javascript charts google-visualization linechart
Real-time Java graph / chart library?

There was an earlier thread on Java graph or chart library, where JFreeChart was found to be quite good, but, …

java charts graph real-time
Svg charting library

Do you know if there's any SVG + js charting library out there similar to http://www.amcharts.com/ (Flash). I …

javascript svg charts
How to generate a chart from an Excel sheet?

I can generate an Excel file when I pass a datatable into the below function: public static void ExportDataTableToExcel(DataTable …

c# excel charts excel-interop
How to label Google Column Chart bars

I am using Google Chart API to create chart for values which goes from 1 to millions. Problem The bars which …

javascript jquery charts google-visualization jqplot
Automatic colors assignment in chart.js 2.x doesn't work anymore, used to work in v. 1.x

Using Chart.js 1.x I could create a pie chart and get the colors automatically assigned: <script src="https://…

javascript charts chart.js
Center Align Title Google Chart

How can I center the title in a Line Chart from Google Charts API (Not Google Chart Images) I don't …

javascript api charts center
Chart.js and long labels

I use Chart.js to display a Radar Chart. My problem is that some labels are very long : the chart …

charts chart.js radar-chart