Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 858 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 858 Bytes

csvToGraph

csvToGraph is a data visualizing tool for graphing CSV data. It improves Shutterstock's Rickshaw* tool by integrating a backend GUI and CSV parser.

*Rickshaw is a JavaScript toolkit for creating interactive time series graphs, developed at Shutterstock

File Structure

  • bin contains the compiled Java class files packaged in the DataToGraph executable jar.

  • src containst the raw java files in the DataToGraph package. These files construct the DataToGraph gui and read the CSV input file.

  • ss contains the Rickshaw tool used to visualize the CSV data.

To Do List

  • Consolidate up user interface
  • Make user interface look snazzy
  • Dropdown menu for various date formats
  • Allow to choose input file from location other than project directory
  • Allow negatives on y-axis