helper function for generating axis break zigzags in chart
Arguments
- e
An
echarts4robject as returned bye_chartsor a proxy as returned byecharts4rProxy.- axis
Axis to apply formatter to. Supports x and y axis
- start, end
Start and End point for boundary of zigzag. Also supports vectors for generating multiple breaks. Can also support time values.
- gap
Determines the visual size of the axis break area. Supports Percentage(String) as proportional value relative to axis. Supports Absolute value(numeric) which refers to literal values in the axis similar to start,end (Not a pixel value).
- zigzagAmplitude
Amplitude of zigzag. Unit is pixels.
- ...
Any other arguments to pass to breakArea argument.
