You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
To get the radar plot, it's necessary to initialize "x_name" because of the plot_factory.py L307.
Screenshots
Capture.video.du.2026-08-21.15-07-26.webm
Desktop (please complete the following information):
OS: Ubuntu 24.04.3 LTS
QGIS release 3.40.14-Bratislava
DataPlotly release 4.5.1
Additional context @ghtmtt I don't know if it's okay to override the required_values.append(x). What do you think of this bug and do you know the best way to fix it ?
Describe the bug
To get the radar plot, it's necessary to initialize "x_name" because of the plot_factory.py L307.
Screenshots
Capture.video.du.2026-08-21.15-07-26.webm
Desktop (please complete the following information):
Additional context
@ghtmtt I don't know if it's okay to override the
required_values.append(x). What do you think of this bug and do you know the best way to fix it ?