pandemonium_engine_easy_charts/addons/easy_charts
Jorge d46e099717
Rework of ScatterChart and LineChart (#40)
* Fixed ScatterChart to work like LineChart when are_values_columns is true

* Fixed labeling spaguetti and added offset.

* Fixed indentation to match GDScript style guide

* Fix distances calculations

Note that I removed the origin_at_zero conditional at calculate_coordinates because I already fix y_margin_min to 0 at structure_datas.

* Add missing features to ScatterChart

I added the missing features from LineChart to ScatterChart (like treshold and some properties) in preparation to creation of a Parent Class common to both. This way the changes can be traced easily.

* Add BaseClass for Scatter and Line Charts

* Changes to property_list getter

* Rename ScatterChartBase.gd to scatter_chart_base.gd

* Filenames changed to match GDscript Style Guide

From Godot so it doesn't break  the links.

* Fixed some dependencies on chart and chart2D
2021-02-21 11:29:29 +01:00
..
ColumnChart Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
ColumnChart2D Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
file.samples Control charts update 2020-12-31 15:17:38 +01:00
LineChart Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
LineChart2D Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
PieChart Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
RadarChart Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
ScatterChart Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
ScatterChart2D Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
ScatterChart3D Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
Utilities Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
icon.png Add files via upload 2020-05-14 02:36:45 +02:00
icon.png.import Add files via upload 2020-05-14 02:36:45 +02:00
plugin.cfg fix linechart datatype bug 2021-01-12 15:02:55 +01:00
plugin.gd Update plugin.gd 2020-12-31 12:29:31 +01:00
templates.json Add files via upload 2020-05-14 02:36:45 +02:00