vega/editor

Name: editor

Owner: Vega

Description: Editor/IDE for Vega and Vega-Lite

Created: 2017-06-05 22:02:17.0

Updated: 2017-12-23 20:29:46.0

Pushed: 2018-01-17 11:13:58.0

Homepage: https://vega.github.io/editor/

Size: 64925

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Vega Editor

The Vega editor is a web application for authoring and testing Vega visualizations. It includes a number of example specifications that showcase both the visual encodings and interaction techniques supported by Vega.

Usage Instructions

To run the editor locally, you must first install the dependencies and then launch a local web server. We assume you have yarn installed.

  1. Install the dependencies:
rn install
  1. Start the server:
rn start
Local Testing & Debugging

The editor is useful for testing if you are involved in Vega and Vega-Lite development. To use Vega, Vega-Lite, Vega Datasets, or Vega-Embed from another directory on your computer, link it into vendor. For this, run yarn link in the directory of the library that you want to link. Then, in this directory run yarn link <name of library>, e.g. yarn link vega.

For example, to link Vega, run

EGA_DIR
 link

EGA_EDITOR_DIR
 link vega
Creating a release

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.