Ophir LOJKINE
Ophir LOJKINE
I just added an example to the documentation for heatmaps, that can be used to build calendar heatmaps. ```sql select 'chart' as component, 'Survey Results' as title, 'heatmap' as type,...
Hi ! > `'blue' as color, 'blue' as color, 'blue' as color` > Is it optional ? Yes, by default, each series has a different color. But understanding heatmaps is...
Hi ! There hasn't been any explicit change to stacked bar charts inside SQLPage itself in v18 (outside of the default color scheme change), but the charting library that powers...
That would be a great deployment option, but would require some low-level work first. Mainly - implement support for D1 in [sqlx](https://github.com/launchbadge/sqlx) - implement support for cloudflare workers in [actix-web](https://actix.rs/)...
Hello! I agree we need more examples and a better way to display them on the website. We currently have the following examples on the repo: - https://github.com/lovasoa/SQLpage/tree/main/examples And the...
Hello ! This is not on my roadmap, but I'll consider it if you open a pull request ! What are you missing in the chart component ?
If you already have visualisations in python and are porting them to sqlpage, you will have to rewrite them anyway, even if the underlying library were the same, won't you...
Hello ! Yes, this example is still relevant !
Hello! Such a configuration option would indeed be useful! Are you interested in trying to make a small pull request? The files to change are: https://github.com/lovasoa/SQLpage/blob/main/configuration.md https://github.com/lovasoa/SQLpage/blob/main/src/app_config.rs https://github.com/lovasoa/SQLpage/blob/main/src/webserver/static_content.rs https://github.com/lovasoa/SQLpage/blob/main/src/template_helpers.rs#L135
It's great to have looked at it anyway! Can you open a draft pr with what you have so that someone can pick it up where you left off later?