Nicolò Santilio
|
215363ab67
|
@structure_data changed
|
2020-12-31 13:56:27 +01:00 |
|
Nicolò Santilio
|
d85a85d71e
|
@invert_chart and @are_values_columns fixed
|
2020-12-31 13:47:14 +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
|
d2b04f0953
|
Update plugin.gd
|
2020-12-31 12:29:31 +01:00 |
|
Nicolò Santilio
|
757e99aaf9
|
Add files via upload
|
2020-12-30 15:34:13 +01:00 |
|
Nicolò Santilio
|
6986840501
|
Delete BarChart.gd
|
2020-12-30 15:31:09 +01:00 |
|
Nicolò Santilio
|
b16e9ab259
|
Add files via upload
|
2020-12-30 15:30:42 +01:00 |
|
Nicolò Santilio
|
899c34d9fa
|
Add files via upload
|
2020-12-30 15:29:05 +01:00 |
|
Nicolò Santilio
|
24c8a2ad56
|
plugin.cfg v0.5.0
|
2020-12-30 15:28:15 +01:00 |
|
Nicolò Santilio
|
536c11e5b5
|
update v0.4.6
|
2020-12-21 18:56:55 +01:00 |
|
Nicolò Santilio
|
6334de0b75
|
added DataFrame, Matrix, MatrixGenerator
|
2020-12-21 18:48:38 +01:00 |
|
Nicolò Santilio
|
6a3648544b
|
update v0.4.5
|
2020-12-21 18:44:15 +01:00 |
|
Nicolò Santilio
|
a1d0f4c922
|
applied automatic resize on Control charts
|
2020-12-21 18:43:21 +01:00 |
|
Nicolò Santilio
|
8e2cfeecf5
|
fix plotting with values below 1.0
|
2020-12-21 18:42:20 +01:00 |
|
Nicolò Santilio
|
1b7bf2f376
|
fix templates
|
2020-12-21 18:13:41 +01:00 |
|
Nicolò Santilio
|
2aafdd19c1
|
Add files via upload
|
2020-12-21 18:13:04 +01:00 |
|
Nicolò Santilio
|
60d0b98fd9
|
Delete utilities.gd
|
2020-12-21 18:12:14 +01:00 |
|
Nicolò Santilio
|
9bb96beb41
|
Delete ChartContainer2D.gd
|
2020-12-21 18:12:05 +01:00 |
|
Nicolò Santilio
|
a171315b6b
|
Delete ChartContainer.gd
|
2020-12-21 18:11:57 +01:00 |
|
Nicolò Santilio
|
a19ca39527
|
fix chart templates
|
2020-12-21 18:11:26 +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 |
|
Nicolò Santilio
|
b098149e32
|
Update plugin.cfg
|
2020-11-06 19:50:42 +01:00 |
|
Nicolò Santilio
|
0ddd7da865
|
Add files via upload
|
2020-11-06 19:49:54 +01:00 |
|
Nicolò Santilio
|
624662e8a2
|
Update 0.4.1
- bugfix
- added PieChart
- implemented real time plotting
- implemented array plotting
|
2020-11-06 19:32:11 +01:00 |
|
Nicolò Santilio
|
ca7f3116b8
|
Fixed delimiter resetting
|
2020-10-22 18:03:10 +02:00 |
|
Nicolò Santilio
|
5814736ed6
|
Delete .gdignore
|
2020-10-21 17:19:03 +02:00 |
|
eddex
|
b871022ccb
|
refactor: apply GDScript style guide to line_chart.gd
|
2020-10-05 18:12:23 +02:00 |
|
eddex
|
836efde1b6
|
refactor: convert indentation to tabs
|
2020-10-05 17:49:31 +02:00 |
|
eddex
|
79a2a6ff2e
|
refactor: use # instread of """ for docstring
|
2020-10-05 17:44:20 +02:00 |
|
eddex
|
fd1826beb7
|
refactor: rename LineChart.gd to line_chart.gd
|
2020-10-05 17:41:46 +02: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 |
|
eddex
|
9e16afc992
|
fix: delete .gdignore file from Utilities/icons directory to fix #8
|
2020-09-08 18:12:09 +02:00 |
|
Nicolò Santilio
|
b43f605642
|
|
2020-08-24 13:46:41 +02:00 |
|
Nicolò Santilio
|
877ea12393
|
|
2020-08-24 13:46:40 +02:00 |
|
Nicolò Santilio
|
68a686004b
|
|
2020-08-24 13:46:38 +02:00 |
|
Nicolò Santilio
|
502cb41afa
|
|
2020-08-24 13:46:37 +02:00 |
|
Nicolò Santilio
|
08bee74671
|
|
2020-08-24 13:46:36 +02:00 |
|
Nicolò Santilio
|
036d7b3a40
|
|
2020-08-24 13:46:34 +02:00 |
|
Nicolò Santilio
|
8ca08212ff
|
|
2020-08-24 13:46:33 +02:00 |
|
Nicolò Santilio
|
f3b1c8ae44
|
|
2020-08-24 13:46:32 +02:00 |
|
Nicolò Santilio
|
8a89d1f95e
|
|
2020-08-24 13:46:30 +02:00 |
|