Creating a CombinedXYChart with
ExtendedChartFactory.getExtendedCombinedXYChartIntent(this, dataset, renderer,
types, "Titel");
and
types = {CubicLineChart.TYPE};
results in the following exception:
java.lang.IllegalArgumentException: Unknown chart type Cubic
(CombinedXYChart.java:59)
This can simply be fixed by adding "CubicLineChart.class" to "xyChartTypes" in
CombinedXYChart.java, line 37.
Original issue reported on code.google.com by joachim....@gmail.com on 2 Aug 2011 at 2:47
Original issue reported on code.google.com by
joachim....@gmail.com
on 2 Aug 2011 at 2:47