frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.9k stars 716 forks source link

Generate svg file content from this library #345

Closed hydra1983 closed 3 years ago

hydra1983 commented 3 years ago

Hi, is there any way to generated svg file content from this library? Something like

<svg xmlns="http://www.w3.org/2000/svg" height="2039" width="1339" version="1.1">
<path>...
</svg>
scmmishra commented 3 years ago

You can export the chart as an SVG. The other option is the copy the inner html of the chart container.

hydra1983 commented 3 years ago

Cool! Thank you.

shridixit74 commented 10 months ago

@scmmishra is it possible to attach or copy inner html chart container over the email