Completed
Last Updated: 07 Jun 2022 10:07 by ADMIN
Created by: Yoon
Comments: 1
Category: Chart
Type: Feature Request
1

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. 

Completed
Last Updated: 29 Mar 2022 04:11 by ADMIN

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:

  1. Download this project(_re-render.zip) and install the NPM packages(run: npm i)
  2. Start the project(run: npm run serve)
  3. Click on the "Change dataset" button

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.