Closed Omooo closed 1 year ago
Hi @Omooo, you probably missed some description details in your request. Because I don't understand which table classes (such as Line chart) you are talking about
Thank you for your reply. That's exactly the case, which is the use of third-party libraries for some chart classes, such as Charts.js and ApexCharts. These are not included in the kotlin-wrappers, so I don't know how to use them.
@Omooo, you are right, there are no chart libraries in kotlin-wrappers. Probably you should pick a library that you need and write Kotlin declarations yourself. I recommend this one - Tanstack React Charts. It is very useful and also there are a bunch of other Tanstack libraries in Kotlin Wrappers such as
For information about how to create Kotlin declarations for JS libraries, you can write to the corresponding Slack channel - "kotlinlang #react"
P.S. I hope that someone who wants to collect all libraries from Tanstack in kotlin-wrappers will help you 😉
hello~ I want to ask if you can add a showcase of the following table classes (such as Line chart)? Thanks.