Google Charts - Google Charts tutorial - Stacked Stepped Chart - chart js - google graphs - google charts examples
What is Stacked Stepped Chart?
- Stacked Stepped Chart is a multi-series Step Area Chart that displays the trend of the value each series contributes over time or categories
- Stacked stepped chart is rendered within the browser using SVG or VML and it displays tips when hovering over steps.
- Stacked Stepped chart can display series containing data points with positive and negative values and the series which is given with positive values is stacked only with the series which contains positive values
- Stacked Stepped chart uses vertical and horizontal lines to connect the data points in a series forming a step-like progression.
- Stacked Stepped Chart point an angle and are replaced with horizontal segments so the whole chart reminds of stairs.
Configuration:
- The syntax which is given below gives us the configuration for Stacked Stepped Chart and we have used isStacked configuration to show stacked chart
Syntax:
- The sample code which is given below gives us the sample code of Stacked Stepped Chart
Sample Code:
googlecharts-stepped-stacked.html