gizak / termui

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

StackedBarChart is not displaying the labels #201

Closed raff closed 5 years ago

raff commented 5 years ago

Labels don't seem to work in StackedBarChart. Both the example and my tests are not showing labels, not sure of why (the code seems to be doing the right thing)

cjbassi commented 5 years ago

Hi, the stacked_barchart.go example seems to be working for me after the termui rewrite. Could you update to the latest commit from master (go get -u github.com/gizak/termui@master) and let me know if it's working now?

cjbassi commented 5 years ago

So I ran the stacked_barchart example on an older version of termui and confirmed that the labels weren't working, but they are for me now after the update, so I'm going to close this.