You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated SVG element has a reference to w3 specification through the parameter xmlns that is made with http protocol. This could cause some mixed-content issues on https websites
The generated SVG element has a reference to w3 specification through the parameter
xmlns
that is made withhttp
protocol. This could cause some mixed-content issues onhttps
websites<svg version="1.1" class="highcharts-root" xmlns="http://www.w3.org/2000/svg">
The text was updated successfully, but these errors were encountered: