UNPKG

highcharts

Version:
20 lines (19 loc) 330 B
/* * * * (c) 2010-2026 Highsoft AS * Author: Torstein Hønsi * * A commercial license may be required depending on use. * See www.highcharts.com/license * * * */ import Point from '../../Core/Series/Point.js'; export class ColumnPoint extends Point { } /* * * * Default Export * * */ export default ColumnPoint;