Google Charts - Google Charts tutorial - Combination Chart - chart js - google graphs - google charts examples
What is Combination Chart in google charts?
- Combination chart helps in rendering each series as a different marker type from the following list,
- line,
- area,
- bars,
- candlesticks,
- and stepped area.
- To assign a default marker type for series, use the seriesType property.
- Series property is to be used to specify properties of each series individually.
learn google charts tutorial - combination chart- google charts example
Configurations
- You have used ComboChart class to show combination based chart.