real_time_chart/CHANGELOG.md
2023-02-11 10:59:24 +01:00

10 lines
285 B
Markdown

## 0.0.1 (Initial Release)
- Initial release of the real_time_chart package.
- Added the RealTimeChart widget, which displays a real-time graph of data.
- Supports positive and negative values.
- Adapts height depending on max value.
- Includes example usage with a stream of data.