pablojim / highcharts-ng

AngularJS directive for Highcharts
MIT License
1.73k stars 463 forks source link

Errorbar series not showing #647

Open edmundtansw opened 6 years ago

edmundtansw commented 6 years ago

Link to jsfiddle showing the issue.

http://jsfiddle.net/quantinneart/n77uu02j/4/

Expected Behaviour

If I change 'errorbar' to 'column', it works. http://jsfiddle.net/quantinneart/g6oync27/1/

Current Behaviour

'Errorbar' type chart is not working

Your Environment

Ascension324 commented 6 years ago

Working example: http://jsfiddle.net/xL8thbLr/

  1. You need highcharts-more.js, but I don't know if there's a highstock more, I'm new to all this, I'm sure you can easily find this out.
  2. Errorbar shows a range, so you need something like data: [[2,4],[3,6],[2,3],[2,3],[2,3]]