Forum Discussion
Deneb Visual Scrolling
- 4 years ago
Hey mahoneypat,
The scrolling is applied to the entire Vega view, as it's one large SVG (or canvas) container - as far as I know there's nothing currently in Vega/Vega-Lite to support fixing a portion of the visual in-place. This is closest approximation I've seen to something like what I believe you're looking for with current functionality, but it requires a concat layout.
Regards,
Daniel
Hey mahoneypat,
The scrolling is applied to the entire Vega view, as it's one large SVG (or canvas) container - as far as I know there's nothing currently in Vega/Vega-Lite to support fixing a portion of the visual in-place. This is closest approximation I've seen to something like what I believe you're looking for with current functionality, but it requires a concat layout.
Regards,
Daniel
Daniel,
Thanks for the quick reply. I had tried the brush/select interval approach too, but was hoping for a one-visual solution. I may have to go with that.
Pat
- dm-p4 years agoSuper User
Yup - the challenge with 'floating' elements is that they need to be explicilty positioned in the DOM over what you're looking to scroll, so typically require coding specific for the visual. Quite hard to do generically, although they're having a go at adding scrollable regions in Charticulator which could be another approach, depending on what you're trying to do.