Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I'm developing a flowchart and I need to enable the overflow option, but this works only to Y axis, even though the content exceeds the the screen limit on the X axis too.
I'm using the overflow comand in the construtor, I tried to use the "auto" option too and the options.element.style.overflow:
constructor(options: VisualConstructorOptions) {
this.target = options.element;
this.target.style.width = "max-content";
this.target.style.minWidth = "100vw";
this.target.style.overflowX = "scroll";
this.target.style.overflowY = "scroll";
}
Solved! Go to Solution.
I solved it, I had to activate overflow to auto in the css file in the body.visual-sandbox tag, in addition to keeping it activated in the constructor
I solved it, I had to activate overflow to auto in the css file in the body.visual-sandbox tag, in addition to keeping it activated in the constructor
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |