Example of undefined in React Chart Component

/
/
HiloOpenClose

This sample visualizes the AAPL stock price with default HILO Open Close series in the chart. The tooltip and the crosshairs display the data and period information.

More Details...

Loading....
Description

In this example, you can see how to render and configure the HILO Open Close series. The horizontal lines on the left and the right are used to show the opening and closing values of the stock, and the vertical line represents both high and low values.

Tooltip is 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 HiloOpenClose series, we need to inject HiloOpenCloseSeries module into services.

More information on the column series can be found in this documentation section.