datasette-plot
datasette-plot copied to clipboard
A Datasette plugin for making data visualizations with Observable Plot
The current "supported" ones in this plugin are: - Dot - Line - Area - Bar - Linear Regression But there are [20+ more marks](https://observablehq.com/plot/features/marks) we could support. Which ones...
We should have some option where you can "save" a chart's configuration to re-use in other places. For example, you have have some scatterplot/linear regression visualization that you want to...
Currently, only columns that are named `"date"` are parsed as dates before passing along to Plot. We should have some UI option to say "treat this column as a date"....
This came up while developing [datasette-enrichments-gmap-elevation](https://github.com/hcarter333/datasette-enrichments-gmap-elevation/blob/main/datasette_enrichments_gmap_elevation/__init__.py). The enrichment enables the user to specify the latitude and longitude for two points (returned from a table) and returns the elevation profile between...
Add an option to output static charts as png(s) endocde as base64 text. This is useful for adding plots to kml files which will allow text encoded png images (of...
JS Error
The plot button does not show up and I get this error in the console: ``` Uncaught (in promise) TypeError: Cannot read properties of null (reading 'insertAdjacentElement') at Module.E9 (main.min.js:1:300215)...
I get an error trying to install this plugin. I installed datasette via brew: ``` > brew info datasette Warning: Treating datasette as a formula. For the cask, use homebrew/cask/datasette...