Highcharts translation series 7: loading options and navigation options
1. Loading options
Parameters
Description
Default Value
HideDuration
Duration of fade-out effect (in milliseconds)
100.0
LabelStyle
CSS style of the span for loading tags
LabelStyle :{
FontWeight: 'bold ',
Position: 'relative ',
Top: '1em '}
ShowDuration
Duration of the fade-in effect (in milliseconds)
100.0
Style
Overwrite the loading Page Style in the drawing Area
Style: {position: 'absolute ',
BackgroundColor: 'white ',
Opacity: 0.5,
TextAlign: 'center '}
Note: The loading option controls whether the loading page covering the drawing area is displayed through chart operations. This page is only displayed when chart. showLoading () is called. It is very practical for developers to interact with end users when something is going on. For example, update data through XHR. "Loading ..." The text content is not part of this configurable object, but part of the lang object.
2. navigation printing and export options
Parameters
Description
Default Value
ButtonOptions
Print button and export button
MenuItemHoverStyle
The CSS style with the mouse sliding option of the menu popped up when the export chart is clicked
MenuItemHoverStyle :{
Background: '#4572A5 ',
Color: '# ffff '}
MenuItemStyle
The CSS style of the separate options in the pop-up menu when the export chart is clicked
MenuItemStyle :{
Padding: '0 5px ',
Background: NONE,
Color: '#000000 '}
MenuStyle
When the export button is clicked, the CSS style of the menu is displayed.
MenuStyle :{
Border: '1px solid # A0A0A0 ',
Background: '# ffff '}