Atozed Forums
IW chart JS How to manage rosponsiveness - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IW chart JS How to manage rosponsiveness (/thread-4020.html)



IW chart JS How to manage rosponsiveness - David1 - 04-10-2024

Hello,

in a bootstrap page template I replaced an IW tag with a script that represent a Google chart object with data.

with the following script:
<script type=''text/javascript''>$(window).resize(function() {'
i can redraw the chart to make it responsive when the window resize.

Is there a way to do the same with TIWChartJS making it responsiveness? 

Thank you,
Davide


RE: IW chart JS How to manage rosponsiveness - extratop - 04-11-2024

Hey Davide!
You can achieve responsiveness with TIWChartJS by utilizing JavaScript to handle window resize events and then triggering the chart redraw accordingly. This ensures that your chart adjusts dynamically to different screen sizes.
Best,