Skip to content

tomverran/wowlook

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Wow, look!

Build Status Download

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:

Bar Chart

image

Line Chart

image