How do you make TTIWAdvChart responsive?

No matter what I try, the chart creates an <img> tag with explicit sizes set, i.e.: it does not adjust to the container and any CSS overrides that are placed on the control are set to the outer <DIV> and are ignored.

What can I do to make it 100% width and something like min-height: 300px?

Hi,

Unfortunately TTIWAdvChart was not designed to be used in a responsive way.
You can try placing it in a region or a panel with scrollbars.

Is this going to change? Are you looking at making it responsive any time soon?

There are currently no plans to implement responsive behavior in the TTIWAdvChart. Unfortunately this would require non-trivial changes to the source code.

Please note that, regarding web projects, our focus going forward is on TMS WEB Core.

What chart component can be used with Web Core in a responsive fashion?

I've just installed beta 2.6 with web designer, trying GoogleChart: it shows Ok, but I cannot make it responsive. Would FNS chart work? Any other?

I'm not sure what exact kind of responsive behavior you expect?
Change its size? Something else?
If size, you can use align, anchoring, or put in relative positioned DIV with % width/height?