Currently, if we want to set the height of a Pie Chart, its labels are appearing outside the visible area of the component. This behavior can be seen in this StackBlitz example.
While the Kendo UI for Angular and Kendo UI for jQuery have the autoFit property available in the seriesItems' configuration, this property is missing in the Native Vue Charts. making this property available in the Vue Charts will help in the implementation of specific Chart scenarios.
Describe the bug
The data inside the Chart is not updating when we change the data it is bound to.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
With each click of the "Change dataset" button, the "Duration" property of the first element inside the "projects" array is being changed. With this change of "Duration", the Chart should be updated.