endValue : Number

Sets the ending value of custom Scale Break.

Default: null
Example: 50,70,400,500
  1. var chart = new CanvasJS.Chart("chartContainer",
  2. {
  3. .
  4. .
  5. axisX: {
  6. scaleBreaks: {
  7. customBreaks: [{
  8. startValue: "200",
  9. endValue: "4500",
  10. .
  11. .
  12. }]
  13. }
  14. },
  15. .
  16. .
  17. });
  18. chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question