user defined y-labels bad position if y axis is reversed
Brought to you by:
monk-e-boy
Hi, if user defines reverse y axis (e.g. max: -10 min: 0) and specify also y labels (with default ones it is not a problem), the labels are placed wrong. I discovered, that it goes wrong in YAxisLabelsBase.as at line 38. I was successful at adding a line i = (json[axis_name].max) ? json[axis_name].max : i;
BTW. Thank you very much for the useful Open Flash Chart library!