package.es-modules.Stock.Navigator.StandaloneNavigatorDefaults.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) 2010-2024 Mateusz Bernacik
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
'use strict';
/* *
*
* Constants
*
* */
const standaloneNavigatorDefaults = {
chart: {
height: 70,
margin: [0, 5, 0, 5]
},
exporting: {
enabled: false
},
legend: {
enabled: false
},
navigator: {
enabled: false
},
plotOptions: {
series: {
states: {
hover: {
enabled: false
}
},
marker: {
enabled: false
}
}
},
scrollbar: {
enabled: false
},
title: {
text: ''
},
tooltip: {
enabled: false
},
xAxis: {
visible: false
},
yAxis: {
height: 0,
visible: false
}
};
/* *
*
* Default Export
*
* */
export default standaloneNavigatorDefaults;