Ophir LOJKINE
Ophir LOJKINE
additionnally, this seems to break long titles ellipsis 
Ok, I think everything is fixed now
Hey @alexisrc1 ! I tried to reproduce the issue with ```sql select 'chart' as component, concat('Live data CA') as title, 'area' as type, 'indigo' as color, 5 as marker, 0...
I just merged in ODBC support to SQLPage. It's a big change, and it drastically widens the compatibility of SQLPage. Here are a few ODBC drivers for popular databases: -...
Hi ! Thank you for the PR. Let's do it, the ability to efficiently download a CSV is a great addition. Indeed, I think we should be able to do...
Hello @mtt-artis ! I just implemented the usage of `csv` as a header component, with efficient streaming of the csv file, and proper csv encoding and escaping. I would be...
Thanks for the feedback! I'll try to fix the inconsistencies. For the tab separator, I think the problem comes from your query: in sql `'\t'` represents a literal backslash followed...
That's a big feature, and would indeed be very nice ! But that's currently not a priority, since most of this (and more) can be achieved with the existing [spreadsheet...
Hello! Which version of SQLPage are you using? The latest versions included upgrades to apex charts, which fixed axis some axes tick computation errors.
@DiegoMartinaglia thank you very much for reporting this, and sorry for the delay. I can confirm the issue and I reported it upstream: https://github.com/apexcharts/apexcharts.js/issues/5015