Chartreuse
Chartreuse is a Scala library for creating visualizations like the one below. Chartreuse builds on Doodle, and provides a functional and compositional interface to quickly assembly visualizations from small reusable pieces.
Getting Started
To use Chartreuse in your project, add the following to your build.sbt
:
libraryDependencies += "org.creativescala" %% "chartreuse-core" % "0.1.0"
API Documentation
See the ScalaDoc index for API documentation.