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
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
After relaunching the TS API and the js-sensorweb-client, the according time series gets rendered using the defined color in the legend but not in the diagram anymore.
When requesting the timeseries details from the TS API directly, the rendering hints are present like this:
The enhancement should be, that partially defined rendering hints should work, too. As a user I want to define only the color and nothing more. Hence, the client should use a default style and update it with the values from the rendering hints. The according code section is here:
I am adding some renderingHints in the TS API in the file
WEB-INF/classes/config-rendering-hints.json
like thisAfter relaunching the TS API and the js-sensorweb-client, the according time series gets rendered using the defined color in the legend but not in the diagram anymore.
When requesting the timeseries details from the TS API directly, the rendering hints are present like this:
In the Chart View the timeseries is not drawn.
In chrome, the console and network tab show no error according data retrieval or something similar.
The text was updated successfully, but these errors were encountered: