highcharts
Version:
JavaScript charting framework
26 lines (25 loc) • 467 B
JavaScript
/* *
*
* (c) 2010-2024 Pawel Lysy
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
;
import SeriesRegistry from '../../Core/Series/SeriesRegistry.js';
const { column: { prototype: { pointClass: ColumnPoint } } } = SeriesRegistry.seriesTypes;
/* *
*
* Class
*
* */
class HLCPoint extends ColumnPoint {
}
/* *
*
* Default Export
*
* */
export default HLCPoint;