highcharts-ng
highcharts-ng copied to clipboard
Errorbar series not showing
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
- Version of highcharts-ng used: https://rawgit.com/pablojim/highcharts-ng/master/src/highcharts-ng.js
- Browser Name and version: Google Chrome Version 59.0.3071.86 (Official Build) (32-bit)
- Operating System and version (desktop or mobile): Windows 10 64-bit
- Link to your project: NA
Working example: http://jsfiddle.net/xL8thbLr/
- 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.
- Errorbar shows a range, so you need something like
data: [[2,4],[3,6],[2,3],[2,3],[2,3]]