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
Seems like it gets its value from BaseMap.svelte instead of AreaMap (or any OtherMap)
I managed to change the default value by changing the default value for BaseMap.svelte in /node_modules/@evidence-dev/core-components/dist/unsorted/viz/map/
look for export let height = 300; // height in pixels
Changing same line for AreaMap.svelte doesn't help.
After changing the values run npm run install before launching.
Describe the bug
height prop does not impact height of AreaMap component
Steps to Reproduce
Using docs site
should adjust the height to 500px, but it does not
Severity
annoyance
The text was updated successfully, but these errors were encountered: