Releases: thisal-d/tkchart
Releases · thisal-d/tkchart
Release list
v2.2.1 — Hotfix: live update freeze
🐛 Bug Fixes
- Fixed live chart updates freezing once
real_widthreachedwidth * 5. The boundary check inLineChartused 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
v2.2.0
🚀 What's New in v2.2.0 🎉
🔥 New Features
Enhancements to LineChart
- Added new Granular Config methods for precise control over individual chart properties:
configure_x_axis_values()configure_y_axis_values()configure_bg_color()configure_pointer_state()- (and many more...)
Enhancements to Line
- Added new Granular Config methods for individual line customization:
configure_color()configure_size()configure_style()configure_fill()- (and many more...)
What's Changed
- Feature granular config by @thisal-d in #32
- Dev by @thisal-d in #33
- Feature granular config by @thisal-d in #34
- Dev by @thisal-d in #35
Full Changelog: v2.1.8...v2.2.0
v2.1.8
v2.1.7
v2.1.6
🚀 What's New in v2.1.6 🎉
🔥 New Features
Enhancements to LineChart
- Added new methods for improved data retrieval:
get_lines_data– Retrieve all lines' dataget_line_data– Fetch data of a specific lineget_x_axis_visible_point_count– Get the count of visible points on the X-axisget_lines_visible_data– Get all visible lines' dataget_line_visible_data– Get visible data of a specific line
Enhancements to Line
- Added new methods for improved data retrieval:
get_data– Retrieve the full data of a lineget_current_visible_data– Fetch currently visible data of a lineget_x_axis_visible_point_count– Get the visible X-axis point count
📖 Check out the full details:
🚀 Release by @Thisal-D in PR #29
🚀 Release by @Thisal-D in PR #30
v2.1.0
v2.1.0 Release
Full Changelog: v2.0.3...v2.1.0
v2.0.3
v2.0.3 Release
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.2 Release
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.1 Release
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0.0 Release
Full Changelog: v1.4.2...v2.0.0