I set chart height is wrap_content,but it don't works. What should I do?
Specify the android:layout_height or the android:minHeight in dp and it'll work.
android:layout_height
android:minHeight
dp
Thank you
Most helpful comment
Specify the
android:layout_heightor theandroid:minHeightindpand it'll work.