Datasette plugin for visualizing data using Vega
  • JavaScript 65.4%
  • Python 15.7%
  • CSS 12.6%
  • HTML 6.3%
Find a file
2018-06-26 22:35:26 -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 Much improved styling, refs #3 2018-06-26 22:27:32 -07:00
.gitignore Packaged everything up as a Datasette plugin 2018-06-25 20:06:28 -07:00
.travis.yml Deploy new tags as PyPI releases 2018-06-26 22:31:09 -07:00
package.json Improved dev mode using react environments, closes #1 2018-06-26 07:47:38 -07:00
README.md Extended README in preparation for 0.1 release 2018-06-26 22:35:26 -07:00
setup.py Packaged everything up as a Datasette plugin 2018-06-25 20:06:28 -07:00

datasette-vega

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

Try out the latest version as a live demo at https://datasette-vega-latest.datasette.io/

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