Forum Discussion
Shrujan1612
1 year agoHelper I
Creation of scroll bar for table visual by using python code
I'm using Python to create a table visual, but it doesn't provide me with a scroll bar. I've created a scroll bar using Plotly and Dash, however the visual is showing on a new web page even though I ...
Shrujan1612
1 year agoHelper I
Hi,
Is there another way for us to make scroll bars using just Power Bi Visual?
SEMattis
1 year agoAdvocate III
The table visual or matrix visual both have built in scroll bars...
- Shrujan16121 year agoHelper I
I want scroll bar in python visual only.
- SEMattis1 year agoAdvocate III
have you tried the widget functionlities, the Slider, in matplotlib? widgets example code: slider_demo.py — Matplotlib 2.0.2 documentation
- Shrujan16121 year agoHelper I
Hi Semattis,
Based on your advise i have created the visual and scroll bar but is not interactive.