fenix-hub / godot-engine.easy-charts

A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
MIT License
638 stars 48 forks source link

[BUG] Pie example chart error #89

Closed jospic closed 1 year ago

jospic commented 1 year ago

Describe the bug Running pie example chart causes an error in chart.gd script on line 75 (Invalid get index 'x' (on base: 'RefCounted (Function)').)

To Reproduce Steps to reproduce the behavior:

  1. Open examples/pie_chart/Control.tscn scene in Godot Editor
  2. Click on 'Run current scene' in Godot Editor
  3. Get error: "Invalid get index 'x' (on base: 'RefCounted (Function)')."

Desktop (please complete the following information):