Zoom
The '"zoom"' property can be defined for all visuals. Note that not all visuals support a zoom slider. It includes settings for
- overall visibility
- axis-specific visibility
- label visibility
- tooltip visibility
Syntax
{
"name": "LeanProductivity",
"visualStyles": {
"*": {
"*": {
"zoom": [{
"show": false,
"showOnCategoryAxis": true,
"showOnValueAxis": true,
"showLabels": false,
"showTooltip": false
}]
}
}
}
}
Effect
Settings
Back to Visual Styles