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 re-use across your Datasette instance - say one chart per month. Currently, you'll have to re-build the chart manually for every new data source (table or SQL query), but that can get tiresome.
This will likely use Datasette's new internal database to persist chart components across restarts.