DISCLAIMER
When trying to view the downloaded SVG file, it will often just display a blank, empty canvas.
This is because of how ApexCharts handles exporting as SVG:
Inside the svg file, it nests a HTML document with the actual image inside.
Browsers and WebViews have no problem displaying these types of SVG, but almost every program (including ones built specifically for vector graphics) that doesn’t rely on frameworks like Electron or Tauri, such as:
- Inkscape
- Gwenview
- The GIMP
will fail to display the SVG correctly.
Note that every other way of exporting the generated chart works correctly as of now.