Skip to content

Releases: thisal-d/ctkchart

v2.1.9

25 Jun 07:44
Compare
Choose a tag to compare

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