This sample shows the music album sales with the spline series by inversing X and Y Axis. Data points are enhanced by a marker and tooltip.
In this example, you can see how to render and configure the spline type charts. A Spline chart uses a curved line to connect points in a data series.
Marker
are used to represent individual data and its values.
Tooltips
are enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
Injecting Module
Chart component features are segregated into individual feature-wise modules. To use spline series, we need to inject SplineSeries
module into services
.
More information on the spline series can be found in this documentation section.