Stand-alone charts in GWT

前端 未结 14 1010
深忆病人
深忆病人 2020-12-30 00:18

I\'ve been trying to get pretty charts to work in GWT on our internal network.

Playing around with GWT-Ext\'s charts is nice, but it requires flash and is really mes

相关标签:
14条回答
  • 2020-12-30 00:36

    There is one open source api for charts in GWT hosted on http://code.google.com/p/gwt-rcharts/ . The API works on SVG/VML specification. You may find it quite easy to implement and use. You may find the demo at http://gwt-rcharts.appspot.com/

    0 讨论(0)
  • 2020-12-30 00:38

    well.. i've used yahoo ui chart library (which GWT-Ext uses internally). Pretty neat solution, in the beta stage though.

    Let us know the conclusion you arrive at..

    0 讨论(0)
  • 2020-12-30 00:39

    http://code.google.com/p/ext-ux-ofcgxt/ is a nice option if you're using ext-gwt

    0 讨论(0)
  • 2020-12-30 00:41

    Google's charts actually come in two flavours, and one of them does not require interaction with Google's servers - so should satisfy your needs.

    Google Image Charts is the API you are thinking of, which is an API on Google's servers that returns images.

    Google Interactive Charts is a client side javascript API that renders entirely within the browser: Google Interactive Charts

    Google provides a GWT wrapper for the interactive charts: GWT Visualization API

    It's not all rainbows and unicorns and you can find chart libs out there that make nicer charts, but it's pretty solid, works on all major browsers and we've been using it successfully for quite a while.

    0 讨论(0)
  • 2020-12-30 00:44

    Another flash option, with a pre-built GWT integration - Open Flash Chart / ofcgwt.

    0 讨论(0)
  • 2020-12-30 00:46

    If you are willing to go with flash, XML/SWF is a wonderful tool

    0 讨论(0)
提交回复
热议问题