Box
Map
Vue
A newer version of this page is available. Switch to the current version.

jQuery PolarChart - valueAxis.visualRangeUpdateMode

Specifies how the axis's visual range should behave when the PolarChart data is updated.

Type:

String

Default Value: 'auto'
Accepted Values: 'auto' | 'keep' | 'reset'

The following modes are available:

  • "auto"
    The applied mode changes depending on the visual range's position on the axis:

    • at the start or middle, then "keep";
    • if set to view the whole range, then "reset" (the visual range remains equal to the whole range).
  • "keep"
    The visual range does not change.

  • "reset"
    The visual range becomes equal to the whole range.