When using stacked bar / column charts with version 2.3.0 and a logartihmic y-axis, the first series disappears (doesn't get painted) though the series label is there in the legend.
How to reproduce:
Open up the stacked bar chart demo from the highcharts site
When using stacked bar / column charts with version 2.3.0 and a logartihmic y-axis, the first series disappears (doesn't get painted) though the series label is there in the legend.
How to reproduce:
type: 'logarithmic'
to the y-axis definitionmin: 0
from the y-axis definitionExample:
http://jsfiddle.net/BJdsN/
The text was updated successfully, but these errors were encountered: