Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Visualization API - Line and Scatter on one Chart

Does any one know if it is possible to use the Default Google Scatter Chart in the Google Visualizations Gallery to draw a scatter chart that has both a series with points only, a series with a line of best fit and on top of this a set of lines across the chart indicating limits. i.e. at +/- 20% etc.

The chart we need is actually a Control Chart with multiple series and individual formatting of each series displayed on the chart. i.e some series with only points other series with a line of best fit.

Does any one know of a Control Chart that has already been done using the Google Visualization API?

like image 510
eaglestorm Avatar asked Jun 01 '10 02:06

eaglestorm


People also ask

What is a combo chart?

A combo chart is a combination of two column charts, two line graphs, or a column chart and a line graph. You can make a combo chart with a single dataset or with two datasets that share a common string field. Combo charts can answer questions about your data, such as: What are the trends for the same categories?


1 Answers

After working with the google visualization api for a while and searching the web I would have to say that the answer here is no.

You would have to build your own custom chart and from working with the api for a while I would rather do this with another charting library like jqPlot.

like image 146
eaglestorm Avatar answered Nov 15 '22 03:11

eaglestorm