How to hide map from end user?
See original GitHub issueI followed your Docs but I don’t see a way to hide heatmap from the user. It just always shows, even if I use
<div v-heatmap="show">
<button @click="show = !show">Toggle Heatmap</button>
</div>
It just overlays everything on the page, and buttons even doesn’t work.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
How do I hide map network drive? - Microsoft Community
i want to hide map network drive from my computer but let the shortcut of my program ... Use the format \\locationname\sharename\folder.
Read more >Allow users to show and hide map layers in Tableau
Add interactivity to your map layers by letting your users choose whether to show or hide a map layer. It only takes five...
Read more >How to hide Map drive from remote domain users - Super User
You can setup 2 groups. Show-Mapped-Drive and Dont-Show-Mapped-Drive. Put the respective users in the two groups.
Read more >Hiding Map Features With Styling | Maps JavaScript API
You can use map styling to hide features on the map. Select an option in this example to hide or show business points...
Read more >Hide & Restrict Drives, Wallpaper policy, Network ... - YouTube
How to Hide & Restrict Drive.How wallpaper set through group policy.How to map Network drive.How to create & delete OU in Server 2019,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this should do it.
npm install https://github.com/BrockReece/vue-heatmapjs.git#canvas-overlay-issue
Else give me a shout and I will create a prerelease tag through NPM
Hi @iamdubx Thanks for the message, I will look into it.