I've got a set of data that is typically between 95-99%; we're wanting to display the data with a bar chart, but since the variations that we're interested in are happening in the last 5%, it is hard to see much detail due to the other 95% of the bar that is basically a waste of space. I'd like to display only the last 10%...I've tried setting "orthoAxisFixedMin" to 90. However, while this solves the above problem, it introduces others: 1) when the chart animates, there is a delay as the hidden 90% still has to "load", and 2) if I color the bars with a gradient, most of the gradient is hidden since the gradient starts from 0.
Basically I need to force the chart to accept 90% as the new 0%, and to treat it as such. Is there any way to do this? Thanks in advance!