gizak / termui

Golang terminal dashboard
MIT License
13.16k stars 787 forks source link

Piechart #184

Closed ParkL closed 6 years ago

ParkL commented 6 years ago

I created a "Pie chart widget" a while ago, maybe you want this (demo is in _example).

I'm not a go veteran, so I'd appreciate feedback.

Best

cjbassi commented 6 years ago

This is a really nice implementation! I personally like the way you define functions in the middle of your code, a cool idea and not something I use enough. I merged the commit and cleaned up a few things here: 3bbd34011a4bb5c0e03ecaf7cfc4b98c87d0efa1, but it was mostly minor stuff. Everything else looks good. Thanks for the PR!

ParkL commented 6 years ago

Thanks for the nice feedback :)