rixx / datasette-vega

Datasette plugin for visualizing data using Vega

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datasette-vega

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

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/

About

Datasette plugin for visualizing data using Vega

License:Apache License 2.0


Languages

Language:JavaScript 67.1%Language:Python 13.4%Language:CSS 13.0%Language:HTML 6.5%