You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to change the position of the slider programmatically from within altair (e.g. "top", "bottom", "left", "right"). Currently, it is always at the bottom of the page as here: https://altair-viz.github.io/gallery/us_population_over_time.html with no way of moving it aside editting the CSS directly.
Have you considered any alternative solutions?
I have seen vega/altair#1575, but that doesn't work if one wants to integrate this in Streamlit or Gradio.
The text was updated successfully, but these errors were encountered:
joelostblom
changed the title
Make it possible to change the position of the slider from within altair.
Make it possible to change the position of the slider from within altair/vega-lite
Oct 1, 2024
Thanks for the suggestion, I think this would be useful as well. However, I believe it can't be implemented easily directly in altair in a robust manner, so I have transferred this issue to the Vega-Lite repo instead. Once it is implemented in Vega-Lite, it would be possible to use it from Altair as well.
What is your suggestion?
Make it possible to change the position of the slider programmatically from within altair (e.g. "top", "bottom", "left", "right"). Currently, it is always at the bottom of the page as here: https://altair-viz.github.io/gallery/us_population_over_time.html with no way of moving it aside editting the CSS directly.
Have you considered any alternative solutions?
I have seen vega/altair#1575, but that doesn't work if one wants to integrate this in Streamlit or Gradio.
The text was updated successfully, but these errors were encountered: