Tkchart

Latest version: v2.1.6

Safety actively analyzes 700928 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2.1.5

What's Changed

- New Method Added to LineChart Object
| Method Name | Description | Parameters | Return Type |
|------------------|------------------------------------------------------------|----------------|-------------|
| `clear_data` | Clears the data for all lines within the chart, ensuring that only the most recent visible data points are retained. If the total data points exceed the maximum visible points, the older data is removed from each line's data. This method ensures that the chart displays only the relevant portion of data based on the maximum visible range. | - | `None` |

- New Method Added to Line Object
| Method Name | Description | Parameters | Return Type |
|------------------|------------------------------------------------------------|----------------|-------------|
| `clear_data` | Clears the data for a specific line, ensuring that only the most recent visible data points are retained. If the line's data exceeds the maximum visible points, the older data is trimmed. This method allows each line to independently clean its data, ensuring it remains within the visible range. | - | `None` |

2.1.4

What's Changed

- New Method Added to LineChart Object
| Method Name | Description | Parameters | Return Type |
|------------------|------------------------------------------------------------|----------------|-------------|
| `get_line_area` | Get the are of specific line | line: `tkchart.Line` | ``float`` |
| `get_lines_area` | Get the are of all lines | - | ``float`` |

2.1.3

What's Changed

* Fix known issues and add a new feature

- New Method Added to LineChart Object
| Method Name | Description | Parameters | Return Type |
|------------------|------------------------------------------------------------|----------------|-------------|
| `destroy` | Destroy the line chart, along with its lines | - | `None` |

- New Method Added to Line Object
| Method Name | Description | Parameters | Return Type |
|------------------|------------------------------------------------------------|----------------|-------------|
| `destroy` | Destroy the line object | - | `None` |


**Full Changelog**: https://github.com/Thisal-D/tkchart/compare/v2.1.2...v2.1.3

2.1.2

What's Changed
* Add files via upload by Thisal-D in https://github.com/Thisal-D/tkchart/pull/17


**Full Changelog**: https://github.com/Thisal-D/tkchart/compare/v2...v2.1.2

2.1.0

**Full Changelog**: https://github.com/Thisal-D/tkchart/compare/v2.0.3...v2.1.0

2.0.3

**Full Changelog**: https://github.com/Thisal-D/tkchart/compare/v2.0.2...v2.0.3

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.