Combined charts let you mix multiple series types on one plot, making it easy to compare data of different natures side by side. This approach is ideal when each metric calls for its own visual representation.
This sample pairs a column series with a spline-area and a spline series across ten data points (P1 through P10). A secondary Y-axis on the right side drives the spline series, keeping its value range separate from the columns and spline-area on the primary axis. Union-mode tooltips and hover-by-x interactivity let viewers inspect all three values at once for any given point.
See the Combined Charts documentation for all configuration options.