iyashjayesh / monigo

MoniGo is a performance monitoring library for Go apps, offering real-time insights into service-level and function-level metrics. With an intuitive UI, it enables developers to track and optimize performance. Get your Go app's dashboard up in just 10 seconds!
https://pkg.go.dev/github.com/iyashjayesh/monigo
Apache License 2.0
240 stars 10 forks source link

Add option to download charts in PNG and JPEG formats #19

Open iyashjayesh opened 1 month ago

iyashjayesh commented 1 month ago

Feature Request: Add an option for users to download charts as PNG or JPEG files. This would allow easy export of visual data for reports or presentations.

Viv-ek-Pandey commented 1 month ago

@iyashjayesh Hi, I would love to pick this.

iyashjayesh commented 1 month ago

Hi @Viv-ek-Pandey , Sure. Please go ahead.

JFYR, https://gist.github.com/pedroviniv/2f1c8dcf7cc5310c17a11234f9d6bfd5. Check this out It might help you to implement.

Let me know if in case you need any help!