In that case, you can make a combo of line and column charts (see ComboCharts<https://developers.google.com/chart/interactive/docs/gallery/combochart>, column series are called "bars" here for some reason). When combined with DataTable columns with the "annotation" and "annotationText" data roles<https://developers.google.com/chart/interactive/docs/roles>and a ChartRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>control, you get 95% of the functionality of an annotatedTimeline chart added in.
On Monday, July 16, 2012 4:28:29 PM UTC-4, SherCoder wrote: > > yeah I was thinking if I could make a combo chart using annotated timeline > chart and column chart. > > On Mon, Jul 16, 2012 at 1:06 PM, asgallant <[email protected]>wrote: > >> You can have them both on the same page, but you cannot combine them into >> one chart. The neither bar nor annotatedTimeline charts can be combined >> into a single chart with any other chart types (column charts can, though, >> if that is what you were thinking of). >> >> >> On Monday, July 16, 2012 1:41:45 PM UTC-4, SherCoder wrote: >>> >>> Is it possible to combine annotated timeline and bar/column chart into >>> one chart but separate axis? Any help would be great. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-visualization-api/-/gnx1prwUPLAJ. >> >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/WGZKOVgtB-IJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
