Create Vega/Vega-Lite dashboards for Datasette
Build custom Vega/Vega-Lite dashboards in Datasette, for presentation-ready plots and visualizations. Installation Install this plugin in the same environment as Datasette. $ datasette install datasette-vega-dashboards Tutorial See the example fixture in example_fixture for a minimal example. You can run the fixture via: datasette -m metadata.json –template-dir templates/ sleep_log.db and then open http://127.0.0.1:8001/sleep_log/read_sleep to see the dashboard. In the minimal example, we create a canned query in metadata.json:
Read more