Skip to content

v2.1.6

Latest
Compare
Choose a tag to compare
@Thisal-D Thisal-D released this 17 Jan 21:51
· 1 commit to main since this release
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