Skip to content

Releases: Thisal-D/ctkchart

v2.1.8

17 Jan 21:44
6439ed0
Compare
Choose a tag to compare

🚀 What's New in v2.1.8 🎉

🐞 Bug Fixes

CTkLineChart bug fixes

  • Fix methods:
    • get_lines_visible_data – Fixed visibility data retrieval issue
    • get_line_visible_data – Fixed visibility data retrieval issue

CTkLine bug fixes

  • Fix methods:
    • get_current_visible_data – Fixed visibility data retrieval issue

v2.1.7

17 Jan 19:43
7d8443e
Compare
Choose a tag to compare

🚀 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' data
    • get_line_data – Fetch data of a specific line
    • get_x_axis_visible_point_count – Get the count of visible points on the X-axis
    • get_lines_visible_data – Access all visible lines' data
    • get_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 line
    • get_current_visible_data – Fetch currently visible data of a line
    • get_x_axis_visible_point_count – Get the visible X-axis point count

📖 Check out the full details:

🚀 Release by @Thisal-D in PR #18

v2.1.1

02 Jan 21:27
Compare
Choose a tag to compare

Full Changelog: v2.0.3...v2.1.1

v2.0.3

02 Jan 21:23
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

v2.0.2

02 Jan 21:20
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.2

v2.0.0

02 Jan 21:16
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v2.0.0

v1.0.0

02 Jan 21:13
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v1.0.0

v0.0.2

02 Jan 21:09
8af7054
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

02 Jan 20:53
Compare
Choose a tag to compare

First Release: v0.0.1

v2.1.6

29 Nov 09:01
da1a786
Compare
Choose a tag to compare

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! 🎉