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
Describe the bug
When I attempt to download a chart using highcharts_core.chart.Chart.download_chart() but specify format = 'svg', I receive a PNG image instead of an SVG.
Expected behavior
I expect to receive an SVG image.