UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

10 lines (8 loc) 231 B
import CandlestickChart from '../candlestick-chart/candlestick-chart'; import OHLCPoint from './ohlc-point'; class OHLCChart extends CandlestickChart { pointType() { return OHLCPoint; } } export default OHLCChart;