Axis label autoHide
mobile
By default, the coordinate axis enables the axis sampling algorithm to deal with the problem of overlapping axis text, but the axis component also provides the corresponding axis label layout capability, and the corresponding configurations are: autoHide
, autoRotate
and autoLimit
represent auto-hide, Automatic rotation and automatic omission, the axis sampling algorithm and the axis label layout of the axis component can coexist, but it is recommended to choose one according to the actual situation. Due to the different implementation methods, it is recommended to use the axis sampling layout for large amounts of data, and its performance will be better than that of the axis component label layout.
This example introduces the use of autoHide
.