Hi, am looking to create 3D charts locally i.e. not a service API. I found a few different charting packages (go-analyze, go-chart, go charts) but no idea which is best or if I’m missing something. Must be open source. Thanks.
If you’ve found a few candidates, try them out, and only after you’ve tried them yourself will you get a rough idea of the pros and cons.
Or to the extreme, call the drawing API yourself to draw?
1 Like
I suppose but being I’m not deep into go yet, I was checking in case I missed something or maybe there was a clear winner.
Hi, I’ve only used GitHub - vicanso/go-charts: A charts library for Golang which is quite simple and updated regulary.
1 Like
I had a quick look at the sample charts of go-charts but unfortunately I didn’t see a 3D plot.