简体   繁体   中英

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. ie 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. ie 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?

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.

You can make separate line sets in the google scatterchart. The examples are on the scatterchart page.

http://code.google.com/apis/chart/docs/gallery/scatter_charts.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM