π 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' dataget_line_data
β Fetch data of a specific lineget_x_axis_visible_point_count
β Get the count of visible points on the X-axisget_lines_visible_data
β Get all visible lines' dataget_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 lineget_current_visible_data
β Fetch currently visible data of a lineget_x_axis_visible_point_count
β Get the visible X-axis point count
π Check out the full details:
- π English Changelog
- π Chinese Changelog
π Release by @Thisal-D in PR #29
π Release by @Thisal-D in PR #30