开发者

Scala, Charts and Google Visualisation API

Those anyone know of a Scala L开发者_JS百科ibrary for Graphs / Charts or an implementation of the Google Visualisation API.

Cheers


While Scala is cool and all, why not use a well-established library from the Java domain? JFreeChart comes to mind, it's very versatile and works well.

One of Scala's strengths is its interoperability with Java. Without lifting a finger, Scala programs get access to most of the wealth of libraries developed in/for Java. No need to wait for someone to re-invent the wheel in Scala for specialized solutions like these.


Actually, there are a scala wrapper over JFreeCharts: https://github.com/wookietreiber/scala-chart It may be more handy to use scala API's working with java-based libraries.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜