Skip to content

Commit

Permalink
Updates (#71)
Browse files Browse the repository at this point in the history
* further optimizations

* abstract `Chart` class

* (add) `PieChart` + example

* fix wrong labeling on x and y axis

* + area charts

* update readme

* merge

* cleanup

* rename variable in example

* (up) chart properties

* (up) data tooltip

* (add) ec_utilities class

This class will store all shared methods for plotting

* (up) Legend

* (up) data tooltip

* (add) canvas, grid box and plotbox

* (add) function class

* (rem) SampledAxis class

* (remv) Pair class

* (up) Point logic

* (up) chart properties

* (up) chart class

* (up) remove scenes, implement Plotters

* (up) plugin

* (up) properties

* (rmv) unused classes

* (up) icons

* (up) plotters and chart

* (up) examples

* (up) examples

* (up) Pie and Bar plotters

* (up) SimplePlot example
  • Loading branch information
fenix-hub authored Feb 5, 2023
1 parent 17d050e commit a43dd9b
Show file tree
Hide file tree
Showing 59 changed files with 1,830 additions and 1,966 deletions.
19 changes: 0 additions & 19 deletions addons/easy_charts/control_charts/AreaChart/area_chart.gd

This file was deleted.

7 changes: 0 additions & 7 deletions addons/easy_charts/control_charts/AreaChart/area_chart.tscn

This file was deleted.

213 changes: 0 additions & 213 deletions addons/easy_charts/control_charts/BarChart/bar_chart.gd

This file was deleted.

14 changes: 0 additions & 14 deletions addons/easy_charts/control_charts/BarChart/bar_chart.tscn

This file was deleted.

67 changes: 0 additions & 67 deletions addons/easy_charts/control_charts/LineChart/line_chart.gd

This file was deleted.

7 changes: 0 additions & 7 deletions addons/easy_charts/control_charts/LineChart/line_chart.tscn

This file was deleted.

Loading

0 comments on commit a43dd9b

Please sign in to comment.