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
Hi I am trying to build a heatmap function in my SPA.
My idea is that each time I am in a new route (using Vue Router), I could click a button (lets name it as "Toggle Heatmap") to show the current route heatmap data -> I could fetch the collected data every time after entering a new route
However, the only way I saw in your package is to preload those data to the plugin. Is there a way of dynamically change the preloaded data?
Anyway thank you for your package!
The text was updated successfully, but these errors were encountered:
I think we may have hit the limits of our current implementation.
I have been playing around with porting this to the Composition API and I think it will be a lot easier to use and extend.
Hi I am trying to build a heatmap function in my SPA.
My idea is that each time I am in a new route (using Vue Router), I could click a button (lets name it as "Toggle Heatmap") to show the current route heatmap data -> I could fetch the collected data every time after entering a new route
However, the only way I saw in your package is to preload those data to the plugin. Is there a way of dynamically change the preloaded data?
Anyway thank you for your package!
The text was updated successfully, but these errors were encountered: