highcharts
Version:
JavaScript charting framework
23 lines (22 loc) • 442 B
JavaScript
/* *
*
* (c) 2010-2026 Highsoft AS
* Author: Torstein Hønsi
*
* Integration of this software requires a license.
* - For commercial use, see www.highcharts.com/license
* - For non-commercial, see www.highcharts.com/license-eula
*
*
* */
import Point from '../../Core/Series/Point.js';
/** @internal */
export class ColumnPoint extends Point {
}
/* *
*
* Default Export
*
* */
/** @internal */
export default ColumnPoint;