Global
F2.Global
F2.Global
is the global configuration in F2, it contains following attributes:
We can get the default value of an attribute by console.log(F2.Global)
.
Name
Type
Description
padding
Array / Number
appendPadding
Array / Number
axis
Object
The default configuration for different types of axes.
colors
Array
The default color series.
defaultColor
String
The default color.
fontFamily
String
The default font family.
guide
Object
The default configuration for different types of guides.
legend
Object
The default configuration for different type of legends.
lineDash
Array
The default setting for lineDash
.
pixelRatio
Number
The default pixel ratio.
shape
Object
The default style configuration for different shapes.
sizes
Array
The default size range for size mapping.
tooltip
Object
The default tooltip configuration for tooltip.
version
String
The current version of F2.
widthRatio
Object
ratio of width for different shapes.
Methods
Global.setTheme(config)
Global.setTheme(config)
Configure F2's charts style. For users to define their own style.
Parameters:
Name
Type
Description
config
Object
theme configuration
Example:
Last updated