This React StepLine Chart example visualizes the fruit production statistics with default stepline series in the chart.
In this example, you can see how to render and configure the step line type chart. This Chart forms the step line progress, by connecting, points using vertical and horizontal lines.
Markers
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 step line series, we need to inject
StepLineSeries
module into services
.
More information on the step line series can be found in this documentation section.