Example of undefined in Javascript Chart Control

/
/
Range Step Area

This range step area chart example illustrates the minimum and maximum temperatures for different days using the default range step area series.

More Details...

Description

In this example, you can see how to render and configure a range step area type chart. You can use border and fill properties to customize the range step area. Both marker and dataLabel are used to represent data points and their values. The tooltip is enabled in this example. To see the tooltip in action, hover over a point or tap on a point in touch-enabled devices. Injecting Module The Charts component’s features are segregated into individual feature modules by feature. To use the range step area series, we need to inject the RangeStepAreaSeries module using Chart.Inject(RangeStepAreaSeries) method. More information about the range step area type series can be found in this documentation section.