StackedBarChart stacked bar corrupted when add negative and positive value.
991783Mar 18 2013 — edited Mar 18 2013When StackedBarChart series have (positive & negative) data stacked bar corrupted and loss data.
I have a chart with data stacked on (-,+)Y-Axis.
- With JfreeChart all this go rigth and data appear perfectly on each bar without loss.
- But when using javafx StackedBar Chart , when bar series have (positive & negative) data stacked bar corrupted and loss data.
Stackoverflow link : http://stackoverflow.com/questions/15410153/javafx-stackedbar-chart-issue .