Ophir LOJKINE
Ophir LOJKINE
The easiest way to connect to multiple databases today is to open a connection from one database instance to another. More information on this discussion thread: https://github.com/lovasoa/SQLpage/discussions/48
Thanks for reporting this ! Can you please provide a small sql file that reproduces this ?
Ok, I can reproduce it with the following SQLite snippet: ```sql select 'chart' as component, 'bar' as type, TRUE as toolbar, TRUE as time; with recursive integers(i) as ( select...
I reported the issue upstream, since the bug seems to be in apexcharts, not in SQLPage itself: https://github.com/apexcharts/apexcharts.js/issues/4178
ApexCharts just [merged a fix for this issue](https://github.com/apexcharts/apexcharts.js/pull/4228). It will be included in SQLPage's next version :confetti_ball: (currently just waiting for apex charts to release a new version containing the...
Hi ! That would be great ! PR welcome !
Hi ! You can paginate tables manually using `LIMIT` and the [steps component](https://sql.ophir.dev/documentation.sql?component=steps) to render a list of pages. Here is an example, let me know if it does what...
> My table has >10e6 rows. If you have a very large table, then maybe what you need is not pagination, but search, or faceted navigation ? What exactly is...
All of that seems very possible with SQLPage, and you'll end up with something that looks better and if more versatile than datasette. Let me know if there's something you're...
Hello and thank you for the report ! I'm am sorry for the unannounced breaking change to your charts :disappointed: There hasn't been any explicit change to stacked bar charts...