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

Restore plugin functionality. #81

Closed addmix closed 1 year ago

addmix commented 1 year ago

There are still issues with setting the domain which will need to be fixed. Also probably should have an option to enable/disable limiting of sample count.

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

data_tooltip files were wrongly removed in #80, which broke the plugin.

What is the new behavior?

Added them back.

addmix commented 1 year ago

This new commit will fix part of #82