Commit Graph

17 Commits

Author SHA1 Message Date
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
Nicolò Santilio
90f3ea8a56 git update 2 2020-12-31 13:21:08 +01:00
Nicolò Santilio
c7d0e56f4e git update 2020-12-31 13:10:20 +01:00
Nicolò Santilio
e6d91dd707
Update 0.4.5
*added*:  
- class names for all custom Chart classes
- class name for LegendElement

*fixed*:
- minor bugs
- changed FunctionLegend to LegendElement
2020-11-09 18:16:36 +01:00
eddex
ebbcd4174f refactor: convert indentation to tabs 2020-10-05 16:28:06 +02:00
eddex
6c87bee7a6 refactor: add some more missing spaces 2020-10-04 16:01:26 +02:00
eddex
374daebedf refactor: reorder variables and signals according to style guide 2020-10-04 15:44:44 +02:00
eddex
be5afb4689 refactor: use # for docstring instaed of """ 2020-10-04 15:35:15 +02:00
eddex
9c1f6d4f3b refactor: remove underscores at the end of param names 2020-10-04 15:24:56 +02:00
eddex
8fef90ed31 refactor: use two blank lines between functions 2020-10-04 15:23:07 +02:00
eddex
a743850f13 refactor: update spacing for operators and method params 2020-10-04 15:21:02 +02:00
eddex
265e28d1f1 refactor: remove spaces before type declaration colons 2020-10-04 14:55:23 +02:00
eddex
ea80d148ec fix: LineChart2D now loads and shows the data as expected 2020-10-01 17:08:21 +02:00
Nicolò Santilio
0cf6873d75 update v0.2.8 2020-05-30 01:42:58 +02:00
Nicolò Santilio
009488b43b *added*- radar chart- better charts implementation- chart and chart2D classes to identify each chart- function_names_index as parameter to determine what's the index of the function names (both rows or columns) 2020-05-26 23:52:45 +02:00
fenix-hub
9a199ff1c7 v0.2 update 2020-05-20 17:28:10 +02:00
fenix-hub
3397384582
Add files via upload 2020-05-14 02:36:45 +02:00