Waterfall un-connected columns at the right side!
Please add support for "un-connected" columns at the right side of the cart.
Most of the time this is used to show targets from previous years or other KPI values.
-
What if you set a threshold? http://jsfiddle.net/highcharts/cd81a2yz/3/
-
Lukasz commented
There is an issue with the second column - it starts from y = 0, but should from data[0].y
-
Why not just use a column series for the end points? http://jsfiddle.net/highcharts/cd81a2yz/2/
-
Lukasz commented
I think we need similar feature. The idea is to have first and last column "un-connected".
Please take a look at the prototype: http://jsfiddle.net/cd81a2yz/.Differences to waterfall chart:
- does not draw a path for first and last column
- starts from y=0 for last column -
Do you have a live example or screenshot of that?