spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
9.11k stars 468 forks source link

Adding ValueFormatter and LabelColor to BarChart #1382

Open jsheely opened 9 months ago

jsheely commented 9 months ago

Is your feature request related to a problem? Please describe. The BreakdownChart has the ability to do ValueFormatter but Barchart does not.

Describe the solution you'd like I 've added the ValueFormatter to the Barchart so that you can format numbers like 1234 -> 1,234

Additional context I've also the ability to color the label of the Barchart label using a property

I have a PR ready for this but opening an issue as per request.


Please upvote :+1: this issue if you are interested in it.

jsheely commented 9 months ago

I can split these into two separate issues if needed but for my project needs I wanted them both.

Let me know your thoughts and I will adjust accordingly.