Chart and plotting API for GWT

前端 未结 3 1674
我寻月下人不归
我寻月下人不归 2021-02-10 16:39

I am trying to find a chart and plotting api that can be used in GWT using java, not javascript. The only problem I am having is the ones I have found require an internet conne

3条回答
  •  后悔当初
    2021-02-10 17:25

    I just finished a little presentation on that topic. In there, I'm taking a short and somewhat subjective look at:

    • clientsidegchart
    • gflot
    • dojox.charting
    • Ico (and other Raphael based libs)
    • GXT charts
    • Smart GWT HTML5 Charts
    • FusionCharts
    • amCharts JavaScript Charts
    • Google Chart Tools API
    • JFreeChart (and other server side libs)

    Only the last two of them require an active internet connection.

    Here's the link to a PDF snapshot of the presentation: https://docs.google.com/open?id=0B0oR9hvG2VjoRDZZR20zYjVLalU

提交回复
热议问题