Forum Discussion

mahoneypat's avatar
mahoneypat
Microsoft Employee
4 years ago
Solved

Deneb Visual Scrolling

Is there a way with the Deneb custom visual to keep the axis visible while scrolling?   For now, I am showing the x axis at top and bottom (vertical scrolling).  This helps but is not ideal.  Als...
  • dm-p's avatar
    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