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

Fix bar chart references to function x and y, Fix x axis labels and y axis not starting at zero #95

Closed el-falso closed 11 months ago

el-falso commented 11 months ago

What kind of change does this PR introduce?

This PR fixes three bugs:

  1. bar chart using wrong references to function x and y
  2. labels on the bar chart for the x axis not being displayed
  3. y axis of the bar chart starts again at zero

Fixes #93 Fixes #94

Additional context

Old: Screenshot 2023-10-05 135705

New: Screenshot 2023-10-05 135726