Example of Stripline Functional in React Chart Component

/
/
Stripline

This sample displays the changes in wind speed and gust with stripline feature.

More Details...

Loading....
Description

In this example, you can see how to render and configure a strip line for the chart. Use the start and end properties in the chartStripline option to add a strip line to an axis. Additionally, the title for the chart can be positioned anywhere in the chart by using the position property in titleStyle.

Tooltips are enabled in this example. To see a tooltip in action, hover over or tap on the chart.

Injecting Module

Chart component features are segregated into individual feature-wise modules. To use strip line, we need to inject StripLine module into services.

More information on the strip line can be found in this documentation section.