Ophir LOJKINE
d11390ac10
Chart: add show_legend toggle, document it, and add e2e test ( #1270 )
...
* Add show_legend option to chart component
* Fix show_legend for SQLite boolean values
* remove ai cruft
2026-04-07 17:18:13 +02:00
lovasoa
d29ceb5b99
Fix https://github.com/lovasoa/SQLpage/issues/492
2024-08-16 20:20:02 +02:00
lovasoa
a016cdb815
embed prefix addition in the static_path helper
2024-05-14 00:17:20 +02:00
Daniel Sheffield
a55739e68f
missed one
2024-05-13 21:42:52 +12:00
Daniel Sheffield
e09e1dbb5a
support site prefix for use with reverse proxy
2024-05-12 18:57:15 +12:00
lovasoa
fe268f45ed
bundle tomselect with sqlpage
2024-04-14 18:52:59 +02:00
lorefnon
6123bff033
Revert "fix height of charts"
...
This reverts commit 32abc041b0 .
2024-01-29 13:07:32 +05:30
lovasoa
32abc041b0
fix height of charts
...
fixes bug introduced in https://github.com/lovasoa/SQLpage/pull/175
2024-01-28 21:25:14 +01:00
Lorefnon
1fa4f9364a
Add id/class to the components ( #182 )
2024-01-12 23:05:38 +01:00
Lorefnon
99c7e02499
Support lazy-loaded content fragments in card component ( #175 )
...
* Add support for embed parameter that skips the shell layout
* Add support for cards with remote content
* Adapt js to support lazy-loaded fragments
* Add example
* Reformat & Fix lint errors
* Update query param name and add docs
* Add example
* squash migrations
---------
Co-authored-by: lovasoa <pere.jobs@gmail.com >
2024-01-05 22:17:33 +01:00
lovasoa
a165e9dbc2
chart component fixes & improvements
2024-01-05 09:47:24 +01:00
lovasoa
1495951965
improve bubble chart support and simplify example
2023-10-08 09:33:56 +02:00
lovasoa
64d6ce16d1
add support for bubble charts
2023-10-08 09:33:56 +02:00
lovasoa
1d398ac4f1
Added the ability to download chart data as SVG, PNG, and **CSV**
...
Closes https://github.com/lovasoa/SQLpage/issues/65
2023-08-19 09:37:28 +02:00
lovasoa
d7aa1fd634
improve page load speed
...
split the charts javascript code from the rest of the frontend code,
and load it only when necessary.
This greatly diminishes the amount of js loaded by default, and achieves very good performance scores by default.
2023-08-03 12:24:22 +02:00
lovasoa
07d26b70ed
New chart type: horizontal bar charts
2023-07-02 22:02:08 +02:00
lovasoa
9d7cc2b3d7
improve chart component
2023-06-11 00:18:07 +02:00
lovasoa
2956411c7a
rename sqlsite to sqlpage
2022-08-28 01:04:10 +02:00