A 3D line chart can be combined with other 3D series types on the same stage. This example pairs a 3D column series with a 3D line series, demonstrating how two visual encodings can highlight different aspects of the same data set.
The chart plots two metrics across categories P1 through P10. A shared data set is split into mapped views using mapAs(), feeding the column and line series independently. Animation, a legend, and union tooltip mode with by-X hover let viewers compare both series for any category instantly. The zAspect and zAngle settings control the 3D depth and rotation.
See the 3D Line Chart documentation for all configuration options.