Skip to content

Releases: thisal-d/ctkchart

v2.2.0

29 May 09:15
ec16dfd

Choose a tag to compare

🚀 What's New in v2.2.0 🎉

🔥 New Features

Enhancements to CTkLineChart

  • 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 CTkLine

  • Added new Granular Config methods for individual line customization:
    • configure_color()
    • configure_size()
    • configure_style()
    • configure_fill()
    • (and many more...)

What's Changed

Full Changelog: v2.1.9...v2.2.0

v2.1.9

25 Jun 07:44

Choose a tag to compare

Full Changelog: v2.1.8...v2.1.9

v2.1.8

17 Jan 21:44
6439ed0

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

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

Choose a tag to compare

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

v2.0.3

02 Jan 21:23

Choose a tag to compare

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

v2.0.2

02 Jan 21:20

Choose a tag to compare

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

v2.0.0

02 Jan 21:16

Choose a tag to compare

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

v1.0.0

02 Jan 21:13

Choose a tag to compare

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

v0.0.2

02 Jan 21:09
8af7054

Choose a tag to compare

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