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" % "0.1-cefd1cf-SNAPSHOT"

API Documentation

See the ScalaDoc index for API documentation.