Skip to content

Instantly share code, notes, and snippets.

@Julissa93
Created January 27, 2021 16:35
Show Gist options
  • Select an option

  • Save Julissa93/12a3b5e5f8e374f03a9fd9c08c9f9639 to your computer and use it in GitHub Desktop.

Select an option

Save Julissa93/12a3b5e5f8e374f03a9fd9c08c9f9639 to your computer and use it in GitHub Desktop.

Data-Viz Editor

Overview

You will be building an application for creating graphs based on an existing spreadsheet (tsv, csv, .xls)

MVP

Your users should be able to

  • Upload Data Sets
  • Select the appropriate rows and columns to visualize
  • Create a bar or line chart based on the data

Stretch Goals

Users can

  • manipulate the graphs they make.
  • generate scatterplots, line graphs, bar graphs, histograms, and/or pie charts.
  • Receive suggested graph formats based on the selected data
  • plot 3 or more columns.
  • save their created graphs
  • share their created graphs.

Technical Challenges

  • Data visualization
  • Real-time editing
  • Data analysis
  • Data munging/cleaning

Examples and Inspiration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment