Community
Participate
Working Groups
Created attachment 166908 [details] screenshot Description: Error happens when run SwingChartViewerSelector. Build number: 2.6.0.v20100504-0630 Steps to reproduce: 1. Run /org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwingChartViewerSelector.java. 2. Select Scatter, 2D with Depth and click "Update". Expected result: 2D+ is disabled and no exception. Actual result: Exception is thrown out (see the screenshot). Error log: org.eclipse.birt.chart.exception.chartException
The same happens in /org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwtChartViewerSelector.java
Fixed. Ignore the dimension 2d+ for some chart types as stock chart does.
verified. If the chart type does not support 2D+ dimension, 2D dimension will be used instead.
closed.