All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es-modules.Series.DotPlot.DotPlotSeriesDefaults.js Maven / Gradle / Ivy

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy