lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.78k stars 885 forks source link

Creating Bar, Line, pie graphs #753

Open tlnsave12345 opened 3 years ago

tlnsave12345 commented 3 years ago

Hi, Thanks a lot for an amazing library. Was able to get going very fast.

This is more of a question. I use your library for a desktop app. We also have to create some Pie, Line and Bar graphs. Please let me know if there is a way to do this.

Thanks Lax

evangwt commented 3 years ago

You can use some chart lib to render images and load them.

alkanna commented 3 years ago

This is also how I would do it, unless you need them to be interactable. If so, you'd have to resort to drawing them yourself.

tlnsave12345 commented 3 years ago

Thanks @evangwt and @alkanna .

Hi @evangwt , Any recommendations for Chart lib? Thanks a lot.

evangwt commented 3 years ago

Thanks @evangwt and @alkanna .

Hi @evangwt , Any recommendations for Chart lib? Thanks a lot.

I'm using github.com/wcharczuk/go-chart/v2