Yes, thanks, I've tried that too - no effect. I've tried all kinds of combinations, none seems to work. Am I still missing something there?
And I do not particularly need GoogleChart, I'd be happy to go with any other chart supported in this scenario, for as a long as I can make it responsive.
I cannot see an issue.
Here is our demo transformed to map the Google Chart control on a HTML DIV in the tempmate with which you can use HTML/CSS to control its layout. TMSWeb_GoogleCharts.zip (7.3 KB)
Sorry, Bruno, it did not work. In this demo, you have it all fixed, so it does not really try doing responsive chart. But when I do try (see my project above), it does not show on the page at all.
There are several things wrong with your project.
You have no reference to the Google Chart lib in your main HTML file. You removed the TMS WEB Core app initialization code from this main project HTML. You did not set a height for the chart HTML container element. You did not add the assests folder to your project. You didn't add chart initialization code.
At the same time, this was probably not the 1st time someone asks about that: what Chart components can be used in this scenario in a responsive fashion? - any at all?