Datasette plugin for visualizing data using Vega
  • JavaScript 65.4%
  • Python 15.7%
  • CSS 12.6%
  • HTML 6.3%
Find a file
Simon Willison 1326b070af
Updated Travis encrypted password
Followed instructions on https://github.com/travis-ci/travis-ci/issues/7327 - you need to run "travis encrypt", paste in the password, hit enter and THEN hit CTRL+D
2018-07-06 11:03:42 -07:00
datasette_vega Packaged everything up as a Datasette plugin 2018-06-25 20:06:28 -07:00
public Much improved styling, refs #3 2018-06-26 22:27:32 -07:00
src Persist #g.XXX settings through SQL form submission, refs #12 2018-07-05 20:17:01 -07:00
.gitignore Packaged everything up as a Datasette plugin 2018-06-25 20:06:28 -07:00
.travis.yml Updated Travis encrypted password 2018-07-06 11:03:42 -07:00
datasette-vega.png Added screenshot to readme 2018-06-29 08:40:30 -05:00
package.json Improved dev mode using react environments, closes #1 2018-06-26 07:47:38 -07:00
README.md Fix for #9 - image should show on PyPI now 2018-06-29 12:37:28 -05:00
setup.py Releasing 0.5 2018-07-05 20:18:37 -07:00

datasette-vega

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

If you don't want to install any software at all, you can publish your CSV files with Datasette and activate this plugin using the web application at https://publish.datasettes.com/