GithubHelp home page GithubHelp logo

cs448b-finalproj's People

Contributors

bhnascar avatar saltyskip avatar

Watchers

 avatar  avatar  avatar

cs448b-finalproj's Issues

Figure out appropriate GUI elements for filtering

Given a Vega-Lite visualization, figure out

(1) Extract all the data types that are in it. After snooping around a bit this afternoon, I figured out you can do something like

d3.selectAll("<some css class here>").data()[0].datum()

.data() returns an array of all the data bound to all the elements with the given CSS class. Given an item in that array, you can call .datum() to get a specific data point.

(2) Create the appropriate GUI for filtering each data type (todo with @hovanter and the decision tree issue). Maybe just some simple Javascript/jQuery to dynamically generate some new DOM nodes containing the GUI elements and stuff it at the end of the body tag.

Linked visualizations

Have a primary visualization and a secondary table that displays information from the data that is not shown in the visualization. For example, this might be summary statistics like # of data points, average, median, variance, etc.

Filters apply over both primary and the table. If we have time, we can turn the table into a secondary visualization.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.