-
Notifications
You must be signed in to change notification settings - Fork 369
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
Charts are not displaying #250
Comments
@SheroXee |
Hey @Shestac92 even I'm facing the same issue. The graphs are not shown, only the watermark. In my case, there are no fragments, only activities. I also tried to directly copy paste code from provided code snippets. Even that does not work. I'm using v1.1.4 |
@Shestac92 Any updates? |
I am having the same issue, with any of the Anychart's. @Shestac92 @aeharake @ZeeshanCoding13 @venusaim23 Any solution? |
any update i have same problem chart not displaying |
Any updates? |
@abora97 @Shestac92 @aeharake @venusaim23 I was able to correct the issues. Documented on Stackoverflow.com here: I hope it helps you all. |
no still don't work |
Charts are not displaying at all. Only the watermark is shown at the bottom of the screen. Below is my code
Activity.xml
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".AnalyticsFragment">
</androidx.constraintlayout.widget.ConstraintLayout>
AnalyticsFragment.java
public class AnalyticsFragment extends Fragment {
ArrayList pieEntries;
return view;
}
The text was updated successfully, but these errors were encountered: