ntcharts
ntcharts copied to clipboard
Nimble Terminal Charts for the Golang BubbleTea framework and your TUIs
Are there any plans to implement something like pterm's heatmap (something like https://github.com/pterm/pterm/pull/487)?
Another common chart type is OHLC / Candlestick charts. We should add this chart type and adapt our sample to show either a line chart (current) or OHLC. Here's some...
Per this [HN post](https://news.ycombinator.com/item?id=40837010), terminal charting can be challenging with respect to accessibility. Capturing some ideas for paths of work: * Add guidelines to the README with respect to accessibility,...
In the streamline example at https://github.com/NimbleMarkets/ntcharts, the values for 0, 2 and 4 line up with the corresponding y-axis ticks, but the values 6, 8, and 10 line up with...
Just a quick question: is it possible to display two Y-axis in a line chart? I basically have a chart use case where I have the time axis in X...
I'm using the timeserieslinechart to display multiple speeds in a combined chart, eg. current transferspeed. This is quite peaky at times, rendering the graph incomprehensible when speeds are low again...
I've written my own very rudimentary version of the sparkline graph that has twice the horizontal resolution at the cost of some vertical resolution by using the unicode characters █,...