/* * * * (c) 2010-2026 Highsoft AS * Author: Sebastian Domas * * Integration of this software requires a license. * - For commercial use, see www.highcharts.com/license * - For non-commercial, see www.highcharts.com/license-eula * * * */ /* * * * Imports * * */ import type ColumnPointOptions from '../Column/ColumnPointOptions'; /* * * * Declarations * * */ export interface HistogramPointOptions extends ColumnPointOptions { x2?: number; } /* * * * Default Export * * */ export default HistogramPointOptions;