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