pandemonium_engine_easy_charts/addons/easy_charts/Utilities/Scripts
Jorge 1d31b3a7dc Add some style representation customization
Width of the grid and function lines.

Made drawing points for LineChart optional (especially useful when using a huge number of points to avoid overclustering). For this I had to rewrite the draw_lines function to work similar to draw_points using point_positions instead of information of the point nodes.

The string position of the labels is correctly calculated now. It uses a new variable: label_displacement so it don't look too close to the axis and the border.

Set some default values  that make more sense to the instanciable scenes.
2021-03-25 03:06:55 +01:00
..
chart2d.gd Rework of ScatterChart and LineChart (#40) 2021-02-21 11:29:29 +01:00
chart.gd Add some style representation customization 2021-03-25 03:06:55 +01:00
scatter_chart_base.gd Add some style representation customization 2021-03-25 03:06:55 +01:00
utilities.gd renamed BarChart -> ColumnChart 2020-12-31 15:07:26 +01:00