NYU-hololens / Hololens-visual

This project was launched as a collaboration between NYU-ITP and CITI-CTO as proof of concept project for using hololens for data analysis
MIT License
0 stars 0 forks source link

Visualize datetime column with a timeseries graph #15

Closed u932b closed 7 years ago

u932b commented 7 years ago

Story

As a User I need To have a sort of data analysis So that When I find a column of interest I can investigate more

Assumptions:

A table with timestamp and a value column that is time serializable.

Acceptance Criteria:

Given a table with a timestamp column and a value column
When prompt
Then give a time series graph with option to adjust the start time and end time 
u932b commented 7 years ago

Done with hard code