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
Only the background is shown, no bubbles, no arrows and no riskXLetters are shown. This problem occurs everytime you're connected to the backend, no matter
when starting the frontend locally with yarn or npmstart
or generating pia-app out of the source with option build --prod --build-optimizer --sourcemaps
or generating the frontend in prod mode in a docker container and so on ...
When not connected to the backend risk mapping is shown in all cases.
I've used your actual develop version from GitHub.
In your version the arrows are only weakly displayed. I've changed this in risks-cartography.component.ts to: // Dotted lines params context.setLineDash([2, 2]); context.lineWidth = 2;
in my develop version. That leads to better visibility.
The text was updated successfully, but these errors were encountered:
kosmas58
changed the title
develop: risks cartography is not correctly shown, when frontend is connected to the backend.
develop - risks cartography is not correctly shown, when frontend is connected to the backend.
Apr 5, 2018
kosmas58
changed the title
develop - risks cartography is not correctly shown, when frontend is connected to the backend.
develop - risks cartography is not correctly shown, when frontend is connected to the backend
Apr 5, 2018
Only the background is shown, no bubbles, no arrows and no riskXLetters are shown. This problem occurs everytime you're connected to the backend, no matter
when starting the frontend locally with
yarn
ornpm
start
or generating
pia-app
out of the source with optionbuild --prod --build-optimizer --sourcemaps
or generating the frontend in prod mode in a docker container and so on ...
When not connected to the backend risk mapping is shown in all cases.
I've used your actual
develop
version from GitHub.In your version the arrows are only weakly displayed. I've changed this in
risks-cartography.component.ts
to:// Dotted lines params
context.setLineDash([2, 2]);
context.lineWidth = 2;
in my develop version. That leads to better visibility.
The text was updated successfully, but these errors were encountered: