godot-engine.easy-charts
godot-engine.easy-charts copied to clipboard
[BUG] Issue when having two values in PieChart they overlap each other
Describe the bug
when setting var y: Array = ["Java", "JavaScript"]
and var x: Array = [5, 6]
the percentage of the numbers overlap each other
To Reproduce
Steps to reproduce the behavior:
Go to the piechart example, edit control.gd script and change the x,y values
var y: Array = ["Java", "JavaScript"]
var x: Array = [5, 6]
Expected behavior Numbers not being overlapping
Desktop (please complete the following information):
- OS: Windows
- Godot Engine Version 4.2.2
- Plugin Version: 24.05.06