godot-engine.easy-charts icon indicating copy to clipboard operation
godot-engine.easy-charts copied to clipboard

[BUG] Issue when having two values in PieChart they overlap each other

Open EiTaNBaRiBoA opened this issue 9 months ago • 1 comments

Describe the bug when setting var y: Array = ["Java", "JavaScript"] and var x: Array = [5, 6] the percentage of the numbers overlap each other image

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

EiTaNBaRiBoA avatar May 10 '24 06:05 EiTaNBaRiBoA