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
The plus / minus keys are probably not difficult to implement since it is just doing a zoom action.
For the next / prev functionality you would have to look for the siblings which are in calculated in https://github.com/cpietsch/vikus-viewer/blob/master/js/canvas.js#L367 but not stored. For the similarity view it would be more of an quadtree search. In general the layouts should be decoupled from the canvas and provide projections and stuff like the prev / next search.
It will take me a while to get there, but I will try. In the mean time I ended up in another dead end: how could I display multiple pages of the same document (same data.csv line)? I'm trying to obtain the same navigation as in the https://vikusviewer.fh-potsdam.de/recs/vis/ (Seite with multiple pages and the ability to click trough previous and next page). In my data.csv I have an id column followed by several columns without any other header, but with id names in them (like in the image bellow):
The text was updated successfully, but these errors were encountered: