Hi,
is it possible to redraw zoomed graph without unzooming?
I have a big set of rows and the fact to displayed always node ids create bad user experience.
So, it could be fine for me to set fixed_row_id_size if the number of rows is smaller than 200 for example.
Like this.
inchlib.update_settings({"fixed_row_id_size": false});
inchlib.redraw();
I have seen some discussion on tooltip to displaying row ids. Is it possible?
Thank's for your job!