laurachelaru

Results 6 comments of laurachelaru

Hi! I have here a chart with only one area series: `AnyChartView discountChart = activity.findViewById(R.id.discount_chart); APIlib.getInstance().setActiveAnyChartView(discountChart); discountAreaChart = AnyChart.area(); discountAreaChart.animation(true); discountAreaChart.yScale().stackMode(ScaleStackMode.VALUE); List discountSeriesData = new ArrayList(); for (int i=0; i

Hello! Yes, the data includes more than one point; Here's my code with no loops at all: `APIlib.getInstance().setActiveAnyChartView(discountChart); discountAreaChart = AnyChart.area(); discountAreaChart.animation(true); discountAreaChart.yScale().stackMode(ScaleStackMode.VALUE); List discountSeriesData = new ArrayList(); List values1...

I've tried using ValueDataEntry, which gets it to work the first time I load the page, but if I go back and then try to load the page again, I'm...

No, switching tabs does not recreate the chart. I've also tried introducing: `tabHost.setOnTabChangedListener(new TabHost.OnTabChangeListener() { @Override public void onTabChanged(String s) { APIlib.getInstance().setActiveAnyChartView(discountChart); } });` but I'm still getting the same...

Hi! Any updates on this issue?

I have a similar problem after trying to update to 2.2.1. Have you managed to figure something out?