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
647 stars 48 forks source link

[FEATURE] Option to set lower and upper bounds of axes in line charts #108

Open justinpallas opened 3 months ago

justinpallas commented 3 months ago

When creating a line chart the y-axis always starts where the lowest value of the provided data is and end where the highest value of the provided data is. There should be an option to make the axis start at 0 or any other custom value. The same goes for the highest value.