pandemonium_engine_easy_charts/addons/easy_charts/ScatterChart
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
..
scatter_chart.gd Add autoscale or user-defined range 2021-03-02 20:18:31 +01:00
scatter_chart.tscn Add some style representation customization 2021-03-25 03:06:55 +01:00