Skip to content

Datasette plugin for visualizing data using Vega

License

Notifications You must be signed in to change notification settings

brandonrobertz/datasette-vega

 
 

Repository files navigation

datasette-vega

This is Brandon's working branch. Includes the following fixes:

PyPI License

A Datasette plugin that provides tools for generating charts using Vega.

Datasette Vega interface

Try out the latest master build as a live demo at https://datasette-vega-latest.datasette.io/ or try the latest release installed as a plugin at https://fivethirtyeight.datasettes.com/

To add this to your Datasette installation, install the plugin like so:

pip install datasette-vega

The plugin will then add itself to every Datasette table view.

If you are publishing data using the datasette publish command, you can include this plugin like so:

datasette publish now mydatabase.db --install=datasette-vega

Development

To contribute to this tool, first checkout the code.

git clone git@github.com:simonw/datasette-vega.git

Then, install dependencies

npm install

Then, you will be able to run a hot-reloading development server.

npm run start

About

Datasette plugin for visualizing data using Vega

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.0%
  • Python 14.9%
  • CSS 12.2%
  • HTML 5.9%