Giter VIP home page Giter VIP logo

ivy's Introduction

Ivy - an Integrated Visualization Editor

This is the the code repository for the ivy integrated visualization editor. It's functionality is described in depth in our paper CHI21 paper. The idea for the design of the editor is as follows: there are many different ways to create charts. Each of them have upsides and downsides. For instance chart choosers (like what you find in excel or google sheets) are simple to use and make creating charts really easy, however they aren't very flexible. Shelf builders (like Tableau) are great for exploration, but they make that gain by exchanging some amount of ease of use and repeatability. Textual programming (through tools like vega-lite or d3) is really expressive and enables precise construction of particular forms, yet it can be difficult to do so.

This system tries to fill these gaps by combining each of these modalities seeking to combine the good parts of each without falling prey to their weaknesses. It does this by constructing a meta-language over the top any JSON-based charting grammar (in particular we support Vega, Vega-Lite, Atom, and a toy data table language). The meta-language is a super set of JSON which adds conditionals and variables. You can find out more about the meta-language in the docs.

Development

For local development install node deps and start development server as you normally would:

yarn
yarn start
# or if using npm
npm install
npm run start

Currently netlify runs the deployed version (and remounts automatically on push). It is hosted at https://ivy-vis.netlify.com/ See the ivy server for instructions on how to set up the server part.

ivy's People

Contributors

mcnuttandrew avatar

Watchers

James Cloos avatar

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.