Releases: Thisal-D/ctkchart
v2.1.8
🚀 What's New in v2.1.8 🎉
🐞 Bug Fixes
CTkLineChart bug fixes
- Fix methods:
get_lines_visible_data
– Fixed visibility data retrieval issueget_line_visible_data
– Fixed visibility data retrieval issue
CTkLine bug fixes
- Fix methods:
get_current_visible_data
– Fixed visibility data retrieval issue
- v2.1.8-patch-for-v2.1.7 by @Thisal-D in Pull Request #19
Full Changelog: Compare v2.1.7...v2.1.8
v2.1.7
🚀 What's New in v2.1.7 🎉
🔥 New Features
Enhancements to CTkLineChart
- 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
– Access all visible lines' dataget_line_visible_data
– Obtain visible data of a specific line
Enhancements to CTkLine
- Introduced new methods for better line data management:
get_data
– Retrieve the full dataset 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:
v2.1.1
Full Changelog: v2.0.3...v2.1.1
v2.0.3
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Full Changelog: v2.0.0...v2.0.2
v2.0.0
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Full Changelog: v0.0.2...v1.0.0
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
v2.1.6
What's Changed
🛠️ Bug Fixes
Line Chart Theme Initialization Issue
A thank you to @Bromson3105 for reporting and investigating the issue related to theme configuration for CTkLineChart
. The problem occurred when the ThemeManager
was initialized before creating chart widgets, resulting in the error:
Line Chart theme configure failed: 'CTkLineChart' object has no attribute '_CTkLineChart__y_axis_frame'
Fix:
The ThemeManager
initialization has been updated to run after the chart object is created, resolving the issue.
Steps to Update:
To get the fix, update to the latest version by running:
pip install --upgrade ctkchart
Feel free to test the updated release and share any further feedback! 🎉