I'm trying to use Dygraph on our GWT project. But, I cannot find dygraph-gwt.jar f.e. from here http://rowsandcolumns.blogspot.com/2012/04/gwt-dygraph-example-using-visualization.html
Also I looked http://dygraphs.com/
I've already have some vizualization charts with data.
So, Can anybody show me example how to use Dygraph on GWT with GViz?
Thanks for help.
You can browse through Dan's GitHub account for DyGraph. You do not need a jar as there is not much of GWT wrapper built around it. You can copy the files under gwt folder into your code base in the same package hierarchy as in Dan's Git repo and follow the rest from the blog as is .