Settings and activity
2 results found
-
614 votes
New experimantal implementation for Highcharts 4.1 is available at http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/studies/alignthresholds/.
This implementation looks a the threshold on the primary axis (the one first defined), and aligns the threshold of any following axis to that of the primary axis.
An error occurred while saving the comment An error occurred while saving the comment Lukasz commentedCurrently it seems that it stopped working with the newest version of highcharts. Check http://jsfiddle.net/highcharts/jrXQe/.
An error occurred while saving the comment Lukasz commentedHey !
The alignTicks: false option seems to not be reflected when alignThreshold: true. http://jsfiddle.net/y6pbqk6q/1/In the example, I would like the max value on the primary axis scale to be lower then 2500, because the max value in the data is < 1200
Lukasz supported this idea · -
3 votes
An error occurred while saving the comment Lukasz commentedThere is an issue with the second column - it starts from y = 0, but should from data[0].y
An error occurred while saving the comment Lukasz commentedI 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
@Roberto
Try that http://jsfiddle.net/7hxozsgq/5/ workaround.