Skip to content

Releases: thisal-d/tkchart

v2.2.1 — Hotfix: live update freeze

Choose a tag to compare

@thisal-d thisal-d released this 20 Jun 21:26
c489e7f

🐛 Bug Fixes

  • Fixed live chart updates freezing once real_width reached width * 5. The boundary check in LineChart used 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

Choose a tag to compare

@thisal-d thisal-d released this 29 May 09:12
bfafbac

🚀 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

Full Changelog: v2.1.8...v2.2.0

v2.1.8

Choose a tag to compare

@thisal-d thisal-d released this 25 Jun 07:43

Full Changelog: v2.1.6...v2.1.8

v2.1.7

Choose a tag to compare

@thisal-d thisal-d released this 25 Jun 03:27
0f5d201

What's Changed

Full Changelog: v2.1.6...v2.1.7

v2.1.6

Choose a tag to compare

@thisal-d thisal-d released this 17 Jan 21:51
6d4e5df

🚀 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' 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 – Get all visible lines' data
    • get_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 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 #29
🚀 Release by @Thisal-D in PR #30

v2.1.0

Choose a tag to compare

@thisal-d thisal-d released this 25 Dec 08:01

v2.1.0 Release

Full Changelog: v2.0.3...v2.1.0

v2.0.3

Choose a tag to compare

@thisal-d thisal-d released this 25 Dec 07:57

v2.0.3 Release

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

v2.0.2

Choose a tag to compare

@thisal-d thisal-d released this 25 Dec 07:55

v2.0.2 Release

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@thisal-d thisal-d released this 25 Dec 07:53

v2.0.1 Release

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@thisal-d thisal-d released this 25 Dec 07:52

v2.0.0 Release

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