🐛 Bug Fixes
- Fixed live chart updates freezing once
real_widthreachedwidth * 5. The boundary check inCTkLineChartused strict comparisons (>/<) instead of inclusive ones (>=/<=), so the chart stopped growing exactly at the limit instead of continuing past it.
🙏 Credits
Thanks to @dmclane for reporting the issue and identifying the exact fix in #25.
What's Changed
Full Changelog: v2.2.0...v2.2.1