Skip to content

spasarok/csvToGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool for visualizing social data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • Java 12.2%
  • CSS 10.2%
  • Other 0.4%