helgasoft commented on issue #18045: URL: https://github.com/apache/echarts/issues/18045#issuecomment-1344727160
You could display the local (room) heatmap only on hovering the room, in event "mouseover". This will require filtering all points inside the room, then building the heatmap. Or have all separate room heatmaps built in advance. Another idea is to make the entire chart heatmap invisible and display only portions of it when "entering" a room (_mouseover_). In general, heatmaps are to show association of points of equal importance. For instance heat or noise points usually cannot be isolated to a single room, they penetrate adjacent spaces too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
