Sparkle is a small suite of libraries for making interactive data visualizations. Sparkle includes a javascript client library and a scala/jvm server library. The client and server are connected by websockets protocol for requesting and delivering data for visualization. As a standalone tool, sparkle gives users an easy way to make visualize data from a directory of .csv files. The graphs are inte

