Skip to content

sinnie/vega-desktop

 
 

Repository files navigation

Vega-Desktop

App for viewing visualizations created in Vega or Vega-lite

Download: Linux armv7l | Linux x32 | Linux x64 | Mac OS X | Windows x32 | Windows x64

Vega-Desktop Vega-Desktop

Features

  • Can read both vega and vega-lite files.
  • Save output as svg or png from UI.
  • Can determine the file format if the extension is *.vg.json or *.vl.json.
  • If the extension is just *.json, will check for $schema field in the JSON spec.
  • Otherwise will try to parse as vega-lite, then vega.
  • It will load external data files relative to the spec files directory.

You also can set your OS to have *.vg.json or *.vl.json opened with vega-desktop by default.

Open files with vega-desktop

Dev

npm install # yarn install has issue with electron-packager. Have to use npm install
npm start

Build

npm run build

Builds the app for OS X, Linux, and Windows, using electron-packager.

License

MIT © Krist Wongsuphasawat

About

App for viewing visualizations created in Vega or Vega-lite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.6%
  • CSS 11.7%
  • HTML 2.0%
  • Shell 0.7%