Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone the project and run, but it show empty of all chars #223

Open
parcool opened this issue Jul 6, 2021 · 8 comments
Open

Clone the project and run, but it show empty of all chars #223

parcool opened this issue Jul 6, 2021 · 8 comments

Comments

@parcool
Copy link

parcool commented Jul 6, 2021

I just clone the project and run, what did I wrong?

video.mp4
@parthitechnotion
Copy link

Same issue I am also facing.
Please provide solution as I have already used this in our project

@Shestac92
Copy link

@parcool @parthitechnotion
Please, check the Quick Start guide, it describes how to launch the framework in your projects.

@vasiledoe
Copy link

@Shestac92 nope, I got same empty result following the Quick Start guide. Running Android 11, and v1.1.4
implementation 'com.github.AnyChart:AnyChart-Android:1.1.4'

@Sicness
Copy link

Sicness commented Aug 21, 2021

I have the same problem with the latest Android Studio. Just cloned the project and run the sample module from there. The sample In the repo doesn't work. API29.

@Sicness
Copy link

Sicness commented Aug 27, 2021

The same If I follow the Getting started guide for my own project. Empty view charts with text AnyChart Trial Version. Wasted time...

@Sicness
Copy link

Sicness commented Aug 27, 2021

BTW, 'com.github.AnyChart:AnyChart-Android:1.1.2' works fine!

@pinefirst
Copy link

I just cloned and build but empty. My sdk compile verion is 31.
Please help me...

@viniciushrk
Copy link

Verify if code append data in AnyChart.pie();
example:

            Pie pie = AnyChart.pie();
            List<DataEntry> data = new ArrayList<>();
            data.add(new ValueDataEntry("John", 10000));
            data.add(new ValueDataEntry("Jake", 12000));
            data.add(new ValueDataEntry("Peter", 18000));
            pie.data(data);
            AnyChartView anyChartView = (AnyChartView) findViewById(R.id.graph);
            anyChartView.setChart(pie);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants