Forum Discussion
gibe
4 years agoRegular Visitor
R powered custom visual: image doesn't scale when I resize the visual
Hi all, I have an old R custom visual (built with old visual tools) that I need to modify. I haven't found the migration guide to version 3.0 of power bi visual tools, so I created a new package...
- 4 years ago
Hi all,
I found the solution. It is necessary to add this line to the visual.ts file.
import "./../style/visual.less";
gibe
4 years agoRegular Visitor
Hi all,
I found the solution. It is necessary to add this line to the visual.ts file.
import "./../style/visual.less";