Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/datasette-vega
Datasette plugin for visualizing data using Vega
https://github.com/simonw/datasette-vega
datasette datasette-io datasette-plugin plugin react vega
Last synced: 8 days ago
JSON representation
Datasette plugin for visualizing data using Vega
- Host: GitHub
- URL: https://github.com/simonw/datasette-vega
- Owner: simonw
- License: apache-2.0
- Created: 2018-06-26T01:40:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T22:01:00.000Z (about 1 year ago)
- Last Synced: 2024-10-18T07:53:15.985Z (22 days ago)
- Topics: datasette, datasette-io, datasette-plugin, plugin, react, vega
- Language: JavaScript
- Size: 57.6 KB
- Stars: 58
- Watchers: 3
- Forks: 8
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - simonw/datasette-vega - Datasette plugin for visualizing data using Vega (react)
README
# datasette-vega
[![PyPI](https://img.shields.io/pypi/v/datasette-vega.svg)](https://pypi.org/project/datasette-vega/)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-vega/blob/master/LICENSE)A [Datasette](https://github.com/simonw/datasette) plugin that provides tools
for generating charts using [Vega](https://vega.github.io/).![Datasette Vega interface](https://raw.githubusercontent.com/simonw/datasette-vega/master/datasette-vega.png)
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