Given that we have removed the HiGlass dependency in v2, it will be easier to implement the space-filling layout. Specifically, supporting zooming and panning will be easier, based on my understanding after working on #1181.
Hilbert algorithm can be found at https://en.wikipedia.org/wiki/Hilbert_curve.
An open question is that, to fully gain the benefit of the space-filling layout, data should be fetched at a much higher resolution. However, it is unclear if loading higher-resolution data will cause a performance issue.
A quick attempt to test implementing this can be found at 88c58c8
Given that we have removed the HiGlass dependency in
v2, it will be easier to implement the space-filling layout. Specifically, supporting zooming and panning will be easier, based on my understanding after working on #1181.Hilbert algorithm can be found at https://en.wikipedia.org/wiki/Hilbert_curve.
An open question is that, to fully gain the benefit of the space-filling layout, data should be fetched at a much higher resolution. However, it is unclear if loading higher-resolution data will cause a performance issue.
A quick attempt to test implementing this can be found at 88c58c8