Balint Szabo

Results 6 comments of Balint Szabo

> This is the key, because chart.js explicitly [states](https://www.chartjs.org/docs/latest/configuration/responsive.html) they are sizing the canvas based on the parent element of the canvas. But if the parent is not forced to...

I have a bit different "issue" with location, but not sure where to open it @MSNev maybe you can point me in the right direction? I am intercepting some http...

Not sure if related, but only one of the SvgDocument overloads for Open and FromSvg reads the tags for me: ``` var svgXml = new XmlDocument(); svgXml.LoadXml(svgTemplate); // svgTemplate is...

dispatching resize event is a hack and can cause problems (infinite loops) if you are already reacting in a resize handler

In the new portal, the "Try it" functionality seems more limited compared to the "legacy" portal: I couldn't find a way to test authorization for example. Another problem I've found,...