vicanso / go-charts

A charts library for Golang
MIT License
225 stars 34 forks source link

Is there any support to generate SVG file for different charts #91

Open abhijitpawar12 opened 1 month ago

abhijitpawar12 commented 1 month ago

@vicanso Is there any support to generate SVG file for different charts?

vicanso commented 1 month ago

https://github.com/vicanso/go-charts/blob/main/examples/charts/main.go#L77

You can set ChartOutputSVG for render function.