Example of Step Line in Javascript Chart Control

/
/
Step Line

This StepLine Chart example visualizes the fruit production statistics with default stepline series in the chart.

More Details...

Description

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 using Chart.Inject(StepLineSeries) method. More information on the step line series can be found in this documentation section.