Chartopedia / Nightingale Rose Chart
A Nightingale Rose Chart (Coxcomb Chart or Polar Area Diagram) is a combination of the Radar Chart and Stacked Column Chart. It is helpful when working with cyclic data (months, seasons, years, etc.) and with statistical data. Meteorologists use it to illustrate a wind rose.
API / anychart.core.SeriesPoint.getStackZero
Chartopedia / Stacked Column Chart
A Stacked Column Chart is composed of several Column series having their own height and stacked vertically on top of one another. This type is convenient when one needs to see the variation of each Column series and the variation of the combined value.
API / anychart.core.SeriesPoint.getStackValue
Chartopedia / Stacked Bar Chart
A Stacked Bar Chart is composed of several Bar series having their own width and stacked horizontally one by one. This type is convenient when one needs to see the variation of each Bar series and the variation of the combined value.
Chartopedia / Percent Stacked Bar Chart
A Percent Stacked Bar Chart is a multi-series Bar Chart which presents the contribution of each value to the sum of all values across categories. The X-axis is intended for percentage terms (from 0 to 100).
API / anychart.scales.Linear.stackMode set
Chartopedia / Stacked Area Chart
A Stacked Area Chart is composed of several Area series having their own height and stacked vertically one by one. This type is convenient when one needs to see the variation of each Area series and the variation of the combined value.
Chartopedia / Percent Stacked Column Chart
A Percent Stacked Column Chart is a multi-series Column Chart which presents the contribution of each value to the sum of all values across categories. Y-axis is intended for percentage terms (from 0 to 100).
Chartopedia / Percent Stacked Area Chart
A Percent Stacked Area Chart is a multi-series Area Chart, where the height of each series depends on its contribution to the sum of all values in a certain category (X-axis). It is helpful in showing the variation of a few variables and their percentage ratio.
COVID-19 in Italy
Chartopedia / Percent Stacked SplineArea Chart
A Percent Stacked Spline Area Chart is a multi-series Spline Area Chart, where the height of each series depends on its contribution to the sum of all values in a certain category (X-axis). It is helpful in showing the variation of a few variables and their percentage ratio.