Vue Chart - valueAxis.breaks

Declares a custom scale break collection. Applies only if the axis' type is "continuous" or "logarithmic". Does not apply to a multi-axis chart.

Type:

Array<Object>

Default Value: undefined
Cannot be used in themes.

A scale break allows breaking off a part of the axis to improve the readability of a chart with high amplitude values.

DevExtreme HTML5 JavaScript Charts Scale Breaks

Each object in the breaks array configures a single scale break. Note that a scale break is visible only if its range exceeds the tick interval.

See Also

endValue

Along with the startValue option, limits the scale break.

Type:

Number

|

Date

|

String

Default Value: undefined

startValue

Along with the endValue option, limits the scale break.

Type:

Number

|

Date

|

String

Default Value: undefined