Provides various charting capabilities for Go terminal user interfaces (TUIs) using the Bubble Tea framework.
ntcharts is a Golang library that renders diverse chart types directly in your terminal, built for Bubble Tea and other TUIs. It includes types like Bar, Heat Map, Line, OHLC/Candle, Scatter, and Time Series, all built upon a `Canvas` component using `LipGloss` for styling and `BubbleZone` for mouse support.
Provides various charting capabilities for Go terminal user interfaces (TUIs) using the Bubble Tea framework.
Go developers building interactive terminal user interfaces (TUIs) with Bubble Tea who need to display data visualizations directly within the terminal should use ntcharts.