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.
精彩评论