Zoom and pan not working on Linux/Gnome/Wayland #3812
Labels
bug
Something isn't working
good first issue (typescript)
Good first issue on the frontend/typescript
help wanted
Extra attention is needed
Describe the bug
It looks like on some OS/desktop environments/display servers (not sure what's causing the issue) it is not possible to use the Altair zoom and pan functionality that was introduced in #1855.
I'm on Manjaro with Gnome (Wayland) and on none of the tested browsers (Firefox, Chromium, Vivaldi) I can zoom into plots or pan. Unsure which key is the
meta key
I tried:Also tried
Alt Gr
, and combination of keys...This is a follow up on discussion #250 (comment)
Environment
Also tried on https://marimo.app
Code to reproduce
import marimo as mo
import altair as alt
from vega_datasets import data
cars = data.cars()
mo.ui.altair_chart(alt.Chart(cars).mark_point().encode(
x='Horsepower',
y='Miles_per_Gallon',
color='Origin'
))
The text was updated successfully, but these errors were encountered: