highcharts-ng icon indicating copy to clipboard operation
highcharts-ng copied to clipboard

Errorbar series not showing

Open edmundtansw opened this issue 6 years ago • 1 comments

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

edmundtansw avatar Apr 02 '18 06:04 edmundtansw

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]]

Ascension324 avatar Apr 03 '18 01:04 Ascension324