A stacked 3D area chart layers multiple series on top of each other to show both individual and cumulative totals with added visual depth. AnyChart builds these charts with the area3d() constructor and value-based stacking via yScale().stackMode("value").
This sample displays revenue in dollars from ten cosmetic products across Florida, Texas, Arizona, and Nevada. A crosshair and union-mode tooltips with a dollar prefix help viewers pinpoint exact values, while the interactive legend allows toggling individual regions on and off.
See the 3D Area Chart documentation for all configuration options.