issues
search
SummerForeverCo
/
duck-plot
Connecting DuckDB to Observable Plot
https://summerforeverco.github.io/duck-plot/
MIT License
1
stars
0
forks
source link
MVP for using in webpage
#1
Closed
mkfreeman
closed
3 months ago
mkfreeman
commented
3 months ago
To get to a usable state, we need to:
[x] Add Plot configuration based on inputs
[x] Add axis adjustment (e.g.,
PlotFit
code)
[x] #10
[x] Only re-run query when data props have changed
[x] Add continuous legend
[x] Add legend title for categorical legends
[x] Add a hideTicks method to config to ticks are hidden
[x] Supporting dark mode colors
[x] Add tests for query generation code
[x] Add tests for Plot configuration code
[x] Update README
[x] #7
[x] #9
[x] #8
[x] Fix build error on a fresh repo clone
mkfreeman
commented
3 months ago
We did it!
To get to a usable state, we need to:
PlotFit
code)