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.
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: