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

A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.

Results 23 godot-engine.easy-charts issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** Thanks for sharing this library. I have spent a lot of time trying to get it to work and so far I can't even get...

enhancement

**Describe the bug** When easy charts is installed as an addon in Godot, I receive a lot of errors when I want to add a new node. res://addons/easy_charts/utilities/classes/base/chart2d.gd:49 - Parse...

bug

I want to plot Time series data. I have implemented my code as below image: ![image](https://user-images.githubusercontent.com/40929193/116808321-69281c80-ab4d-11eb-9c53-8257913db340.png) but I don't know how I can give my data to the plot. and...

**Describe the bug** Calling the `plot()` function should completely clear the chart (points, datastructure and grid), to let multiple plot calls behave correctly. This is what is happening currently ![image](https://user-images.githubusercontent.com/45271396/111661584-709a9d00-880f-11eb-80c5-21d79c73e12a.png)...

bug

Create a new plot type (child of `ScatterChartBase`) that allows for polar representation: ![enter image fhere](https://www.intmath.com/plane-analytic-geometry/svg/svgphp-curves-polar-coordinates-8-s3.svg) It will take a call to `plot_funciton` like the other `ScatterChartBase` childs, but instead...

Create a secondary axis funcionality so different functions can be plotted against the principal or secondary y axis: ![enter image description here](https://i.stack.imgur.com/oZDm9.gif) My idea is that this can be toggled...

Some work has already been done and initiated by latest @JFerrerBeired PR, but further refactory is required. The main refactoring reasons are: - adapt naming to [gdscript style guide](https://docs.godotengine.org/it/stable/getting_started/scripting/gdscript/gdscript_styleguide.html) -...

A `visibility_flag` should allow users to hide/show functions on charts that plot multiple functions simultaneously. **Details**\ Let us consider a `LineChart` plotting the following `DataFrame`\ ![Godot_v3 2 4-rc3_win64_6eVOJmryb8](https://user-images.githubusercontent.com/45271396/110225861-bb501700-7ee9-11eb-870f-c5ab5085f24d.png) ![Godot_v3 2...

**Describe the solution you'd like** Could you add a Sunset chart control? I want show some detail datas. Thanks a lot! **Describe an implementation suggestion** **Additional context**

enhancement

*Description* The code style of the addon is not consistent with the official [GDScript style guide](https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_styleguide.html). *TODO* Apply the GDScript style guide to the scripts in: - [ ] BarChart...

bug