A 3D area chart renders area series with volumetric depth, making it straightforward to track trends over time. AnyChart creates these charts with the area3d() constructor and handles missing data gracefully by leaving gaps in the series where values are unavailable.
This sample plots ACME Corp. and a competitor share prices in dollars from 1986 to 2005. The competitor series contains missing values for 1994 and 2002, which appear as visible gaps, demonstrating how AnyChart renders incomplete datasets without distorting the surrounding data.
See the 3D Area Chart documentation for all configuration options.