Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.55 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.55 KB

Nothin' But A Good Time

A tool for visualizing and exploring arbitrary time series datasets without having to design and code a custom visualization. It can also be used as a preliminary tool to determine what design choices would be good for a data-specific time series visualization.

The final tool can be found here.

Image

Uploading your own data

The data must be a .csv file with the following format:

id,time,value,event
string,float,float,(1 or 0)
...

No libraries (besides d3, Bootstrap, and AOS) were used in creating this visualization tool. All of the coding was done by hand using some examples as reference points.

We were inspired by the papers below to implement parts of our visualizations:

Images

Front Page

Image

Dense Lines Chart

Image

Zoomed Dense Lines Chart with Events

Image

Horizon Graph

Image

Small Multiples Chart (Horizon with no overlap)

Image