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
I've found two issues when adding marks at LogTableVisualization:
1 - The marks are tied to the table row. This means that when I change the sorting of the table the mark stays at the same row even if the data entry changed.
After sorting
2 - This loop bound is wrong (Seems that the -1 shouldn't be there). The behavior is:
If the timestamp between the last and second to last is less than 500ms the the mark is added to the second to last entry, instead of the last
Hi,
I've found two issues when adding marks at LogTableVisualization:
1 - The marks are tied to the table row. This means that when I change the sorting of the table the mark stays at the same row even if the data entry changed.
After sorting
2 - This loop bound is wrong (Seems that the -1 shouldn't be there). The behavior is:
The text was updated successfully, but these errors were encountered: