Bug #2043
closedZero values are not stacked correctly for a 3D bar chart
0%
Description
According to the widget gallery I should be able to stack 3D bars by adding successive data series based on the same dimensions.
I'm not sure, but it looks like if the value to stack is zero, it draws a rectangle instead of a extruding the bar down.
See the screenshot for an example.
Files
Updated by Jan Goyvaerts over 11 years ago
- File 3D_chart_zooming_2.avi 3D_chart_zooming_2.avi added
Maybe another consequence of zero values for stacked bar charts: when rotating and zooming in/out some shapes vanish and reappear. I've included a video showing this.
I've tried to use "null" instead of "0" - in case JWt takes this as there's nothing to show. But that was even worse.
Updated by Jan Goyvaerts over 11 years ago
Confirming this is okay now.
However I couldn't find the way to tell there's nothing to show at all. I've tried to return a "null" value but that messes-up the chart badly.
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed