https://kotlinlang.org logo
Title
s

steamstreet

12/15/2020, 8:19 PM
What is the status of charts-kt? It looks like it’s somewhat ready to be used but I don’t see any info about how to use it?
g

gaetan

12/17/2020, 2:21 PM
Hello Jon, We have been working a lot these last months on Charts-kt and the current version (0.8.4) provides a nice DSL to make the chart creation a breeze. You can see some online samples here: • Basic Scatter PlotBasic Line chartBasic Column chartBasic Bar chartStacked Column chartMulti-series scatter plot We are currently working on the first version of the documentation. We also deployed the API reference documentation (Dokka). We’re planning to publish the v1.0 on the first quarter of 2021. Regarding the platforms, Charts-kt is currently working on JavaFX and inside the browser. It should be quite easy to make the first Android version. Other platforms will depend on our work on the base data2viz project. We would be very much interested in knowing your use case, type of application, platform, ...
s

steamstreet

12/18/2020, 8:19 PM
We have an internal tool, using. ReactJS in the browser, and need mostly simple charting functionality. So for us, basic line, column and bar charts are probably fine, though likely a pie or donut type chart would also probably be useful.
Is there a release somewhere? I see all of the data2viz stuff but not the io.data2viz.charting packages.