Re: [go-nuts] javascript libraries

2017-09-06 Thread Sebastien Binet
You could try out gonum/plot. The graphs won't be too much interactive, but that hasn't been a showstopper for me until now. Here is an example: https://GitHub.com/sbinet/go-web-examples Especially the example #7: https://github.com/sbinet/go-web-examples/tree/master/07-go-web-plot-gonum-svg I

[go-nuts] javascript libraries

2017-09-06 Thread vickey . coool
Is there any javascript package in go by which i can create javascript graphs and tables without having to learn a new language. I mean something like we do in r programming. Is there any such package. I want to create a dashboard like web app. Can we do it in go yet -- You received this messa