Hey! What's the preferred way to do data charts in...
# compose-web
k
Hey! What's the preferred way to do data charts in compose for web? Chartscss.org should be easy enough to implement but does anyone have a working example with javascript based charts?
h
Which api? If "normal" dom api, just use the chart lib you want: https://github.com/hfhbd/chartJS-compose If canvas, you could use koalaplot for example https://github.com/KoalaPlot/koalaplot-core