highcharts / highcharts-editor

https://www.highcharts.com/products/highcharts-editor
Other
250 stars 96 forks source link

Highcharts editor breaks configuration is not working #89

Closed berdeter closed 7 years ago

berdeter commented 7 years ago

Expected behaviour

You should be able to add breaks to an axis. In JSON you shoud have breaks:[{<break1}, {break2}, ...]. Breaks should appear on the graph

Actual behaviour

You can configure one break. JSON is breaks:{my break}. The break does not appear on the graph (as JSON is not correct, it shoud include a list of break, on a single break) capture breaks.txt

Live demo with steps to reproduce

Affected browser(s)

All

cvasseng commented 7 years ago

See #95.