开发者

Scala, Charts and Google Visualisation API

开发者 https://www.devze.com 2023-01-08 17:55 出处:网络
Those anyone know of a Scala L开发者_JS百科ibrary for Graphs / Charts or an implementation of the 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

精彩评论

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