package.es-modules.Series.DotPlot.DotPlotSeriesDefaults.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
JavaScript charting framework
The newest version!
/* *
*
* (c) 2009-2024 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;