When I try to "edit the row style" of a timeseries, I can design my own symbology, however when I validate it, the following error is raised:
AttributeError: 'TimeSeriesWrapper' object has no attribute 'styles'
Traceback (most recent call last):
File "/home/rdelhome/.local/share/QGIS/QGIS3/profiles/default/python/plugins/BDLHES/QGeoloGIS/main_dialog.py", line 283, in on_styles_updated
styles = self.__view.styles()
AttributeError: 'TimeSeriesWrapper' object has no attribute 'styles'
Anyway, the symbology is applied to the graph, but it seems impossible to save it through the configuration.
When I try to "edit the row style" of a timeseries, I can design my own symbology, however when I validate it, the following error is raised:
Anyway, the symbology is applied to the graph, but it seems impossible to save it through the configuration.
Linked to #34 ?