On my application I’m extending a heatmapgl plot every second by using data from a server. My y axis uses a time stamp provided by the server that is associated with each update. Sometimes I have gaps in time between updates from my server (one update may take two seconds instead of the normal 1 second). The plot then shows the gap between the y axis updates. Is it possible for the plot to not show the gaps or connect the gaps by using the last update data? Perhaps I’m doing something wrong.
This is a simple example of what I’m trying to do. Note that I didn’t not use a date object here but its still showing the same issue.
I don’t see this using the normal heatmap.