UNPKG

highcharts

Version:
35 lines (34 loc) 539 B
/* * * * (c) 2009-2025 Torstein Honsi * * Dot plot series type for Highcharts * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ 'use strict'; /* * * * API Options * * */ const DotPlotSeriesDefaults = { itemPadding: 0.1, marker: { symbol: 'circle', states: { hover: {}, select: {} } }, slotsPerBar: void 0 }; /* * * * Default Export * * */ export default DotPlotSeriesDefaults;