intersystems-community / DeepSeeWeb

Renderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client
MIT License
18 stars 13 forks source link

Bug in popupProperty #433

Open Cyyy03 opened 2 months ago

Cyyy03 commented 2 months ago

Was trying to create some popups for the markers I plotted on the map chart, however I am unable to implement this popupProperty in the new DeepSeeWeb. It also seems like left clicking on a marker would remove all other markers, as it displays the popup, from view. There is also a similar issue in tooltipProperty

map - old deepsee map - new deepsee
Cyyy03 commented 2 months ago

Another issue that I faced is that as I add more popup properties, the number of markers that DeepSeeWeb is able to render drops immediately. A temporary measure I implemented was to filter by country, only then did the markers appear. However, I am concerned if we scale up the number of hospitals in the country, then this issue would extend to the country level

image

image