Skip to content

Commit

Permalink
Chart: update Scale Breaks section
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Jan 24, 2024
1 parent 7289193 commit bf52c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions concepts/05 UI Components/Chart/20 Axes/33 Scale Breaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ A scale break is an area across an axis that is displayed instead of a section o

![DevExtreme HTML5 JavaScript Charts Scale Breaks](/images/ChartJS/visual_elements/scale-breaks_val-axis.png)

[note] Breaks smaller than two ticks might not appear on the chart.

Use an axis' [breaks](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/valueAxis/breaks '/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/breaks/') array to declare a scale break collection. Each object in this array must have the **startValue** and **endValue** fields that limit a single scale break. A scale break range should be at least two tick intervals. Otherwise, the break might not be visible.

---
Expand Down

0 comments on commit bf52c58

Please sign in to comment.