type: String

Sets the type of Custom Break to be rendered.

Default: “zigzag”
Options: “straight”, “wavy”, “zigzag”
  1. var chart = new CanvasJS.Chart("chartContainer",
  2. {
  3. .
  4. .
  5. axisY: {
  6. scaleBreaks: {
  7. customBreaks: [{
  8. type: "zigzag",
  9. .
  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