Zoom

The '"zoom"' property can be defined for all visuals. Note that not all visuals support a zoom slider. It includes settings for

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "*": {
                "zoom": [{
                    "show": false,
                    "showOnCategoryAxis": true,
                    "showOnValueAxis": true,
                    "showLabels": false,
                    "showTooltip": false
                }]
            }
        }
    }
}

Effect

Zoom.png

Settings

Zoom Settings.png

Back to Visual Styles