Skip to content

Web application aiming to help users find the data visualization that best fits their time series data. Users can upload their data and interact with the generated visualizations.

Notifications You must be signed in to change notification settings

petrakumi12/NothinButAGoodTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web application aiming to help users find the data visualization that best fits their time series data. Users can upload their data and interact with the generated visualizations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages