Wow, look!
A charting library for Scala and Scala JS. This is currently in the very early stages of development
Installation
This library is available on Bintray, so in your build.sbt
:
resolvers += Resolver.bintrayRepo("tomverran", "maven")
libraryDependencies += "io.tvc" %% "wowlook" % "0.3.0" // replace %% with %%% for ScalaJS
Motiviation
I wanted to generate some charts based on some data I have in both the backend (for static HTML files) and the frontend (for an admin tool) and I didn't have much fun trying to either use existing Java libraries or Google Charts with ScalaJS.
As such this library generates simple (maybe too simple) SVG charts.
An example of use can be found in examples/shared/.../Examples.scala
Screenshots
These are screenshots of the examples: