Cool. Is it possible to limit the choice of charts to three?
On Oct 14, 4:46 pm, Karl Ostmo <
kos...@gmail.com> wrote:
> Assuming that you want a radial chart (i.e. you may have
> used intent.addCategory(IntentConstants.CATEGORY_PIE_CHART)), instead of
> having both the pie chart and the donut chart pop up as options, you can use
> an "explicit" intent to force the pie chart to be used. Use the following:
>
> intent.setClassName("com.googlecode.chartdroid",
> "org.achartengine.activity.PieChartActivity");
> Karl
>