Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello - I am developing a custom visual in Power BI using typescript and the inbuilt d3 library, it is basically a very specific bullet chart - everything is going pretty well except for one thing - is there a simple way to make the visual scrollable? I've been looking at d3 solutions but they all seem fairly labour intensive so I wanted to know was there an inbuilt object or something similar? Thank you in advance 😄
Solved! Go to Solution.
It depends on the parent element. You may use JavaScript syntax as shown below.
constructor(options: VisualConstructorOptions) {
options.element.style.overflow = 'auto';
Based on my experience, you can simply use CSS overflow Property.
Can you advise me what the object would be called in the css?
It's certainly clear.
overflow: scroll;
Sorry, perhaps I not been clear -
In the link to the example you posted, it suggested using
div {
overflow:scroll;
}
My question is, in the context of the power BI visual, what is the right term to use instead of div? i.e.
WhatShouldBeWrittenHere{
overflow: scroll;
}
Div does not work and I don't know what the right thing to use in this context
It depends on the parent element. You may use JavaScript syntax as shown below.
constructor(options: VisualConstructorOptions) {
options.element.style.overflow = 'auto';
Thank you for this answer.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |