I have a Line Chart, with Date in X-Axis and Number in Y-Axis. There are
many lines in the same chart (Using series Grouping Key).
When there are Null values in Y-Axis (Null data points), in any of the
groups , I receive error in AP-Server log with BIRT VIEWER3.7:
WARNING: Exception
org.eclipse.birt.chart.exception.ChartException: Cannot define all null values on a plot
at org.eclipse.birt.chart.extension.datafeed.DataSetProcessorImpl.getMaximum(DataSetProcessorImpl.java:163)
at org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes.getMinMax(PlotWith2DAxes.java:327)
at org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes.computeCommon(PlotWith2DAxes.java:981)
at org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes.compute(PlotWith2DAxes.java:846)
at org.eclipse.birt.chart.factory.Generator.build(Generator.java:1108)
...
and I found topic that looked like same my situation ,
http://www.birt-exchange.org/org/forum/index.php/topic/16875-legend-problem-on-multiple-series-chart/
How can I plot null data points ?