gorteganesh / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

CubicLineChart can't be used in CombinedXYChart #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in SVN rev. r312.

Original comment by dandrome...@gmail.com on 10 Aug 2011 at 5:03