Search code examples
gwtdygraphs

Dygraph on GWT with googlevizualization


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.


Solution

  • Solution 1-

    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 .

    Solution 2-

    1. There is a more recent gwt wrapper around dygraph by another developer @ https://code.google.com/p/dygraphs-gwt/
    2. Dygraphs GWT Usage - https://code.google.com/p/dygraphs-gwt/wiki/ExampleUsage
    3. Another Use Case via UnitTest.