Description
Hi, thanks for the great package. I faced some problem when rendering the Donut Chart, will describe the problem below:
Describe the bug
When using the VueUiDonut(classic) with "responsive" is true, not able to adjust the strokeWidth (thickness of the donut chart bar).
To Reproduce
Steps to reproduce the behavior:
- set responsive to true
- adjust strokeWidth
- the size of donut chart bar width remain on a fixed size
Expected behavior
A clear and concise description of what you expected to happen.
- set responsive to true
- adjust strokeWidth
- the size of donut chart bar width changed based on the value
Screenshots
If applicable, add screenshots to help explain your problem.
Vue Data UI version (please complete the following information):
2.6.33
Additional context
Add any other context about the problem here.
Noted: I not sure if this is the designed behaviour because it is responsive and only resize the thickness of the chart when the parent container size changed.
Thanks.