Replies: 2 comments 1 reply
-
hello! It's currently not possible to change the size of a graph. It shouldn't be difficult to implement a custom height parameter, though. Do you want to try and open a pull request? You could take inspiration from the map component which already has this. If you need multiple small graphs next to each other, you can also use the card component with the embed parameter. See the last example on https://sql.ophir.dev/documentation.sql?component=card#component |
Beta Was this translation helpful? Give feedback.
-
Hi ! Coming back at this a short while later, I realize that the select
'chart' as component,
500 as height;
select x, y from my_data; |
Beta Was this translation helpful? Give feedback.
-
Hello Community,
Juste using SqlPage for a few days... Looks very promising, and very practical for what I want.
Maybe I missed something , but is it possible to manage width and height for a generated graphic (chart or pie , etc...) ?
I'm' building a chart like this :
I want to increase or decrease the size "byd default" of the generated chart. Is it possible ?
Thanks a lot in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions