MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Support for Jetpack Compose?

Open BraveEvidence opened this issue 4 years ago • 5 comments

Is your feature request related to a problem? Please describe. How to use MPAndroidChart with Jetpack Compose?

Describe the solution you'd like Though Jetpack compose can work with xml layout , will there be a jetpack compose implementation of this librar?

Describe alternatives you've considered No alternatives as of yet

Additional context With help of jetpack compose we would be able to extend this library to all OS running android as well as Desktop applications as there is a high chance Compose would run on Windows and MacOS and even may be on iOS with help of Kotlin Multiplatform. May be even on web with help of KotlinJS

BraveEvidence avatar Sep 01 '20 10:09 BraveEvidence

You can add the chart using AndroidView but If you click on chart, data is disappearing.

cemaltaskiran avatar Oct 07 '21 15:10 cemaltaskiran

For me it is working fine with the AndroidView, except that the font size of the values of the first chart is very small. If I leave the view and return, it shows the correct font size.

https://user-images.githubusercontent.com/7605173/143591109-84b722f0-c4b0-4084-9e91-575f271ec9ee.mov

alahdal avatar Nov 26 '21 13:11 alahdal

It has been a while. Are there any updates? Is this something being worked on?

nickbw2003 avatar Jun 09 '22 08:06 nickbw2003

The last commit were on 2021, maybe this library isn't maintained anymore?

risalfajar avatar Nov 21 '22 04:11 risalfajar

To all of you looking for Android Chart Library that is actively maintained, have rich customizations, and supports both View and Compose system, I recommend Vico. It's pretty good!

risalfajar avatar Nov 24 '22 03:11 risalfajar

To all of you looking for Android Chart Library that is actively maintained, have rich customizations, and supports both View and Compose system, I recommend Vico. It's pretty good!

This absolutely works- thanks Risalfajar

Alvtag avatar Jan 28 '23 22:01 Alvtag