Fork me on GitHub

If you have a moment, help us out by taking the Superconductor design survey!

Treemap

This video shows a 100,000 node treemap. It demonstrates visualization of hierarchical data and real-time data filtering with JavaScript controls. The underlying FTL program is 240 lines of code. It uses our parallel JSON parser for fast loading.

3D Multiple Time Series

This video shows 100,000 time series data points spread across hundreds of line graphs. We built it over one weekend to bring GE's proof-of-concept movie to life. It demonstrates a 3D visual representation and real-time zooming and panning with JavaScript controls. As usual, it exploits our parallel JSON parser for fast loading. The core visualization is written in 267 lines of code.