Forum Discussion

gibe's avatar
gibe
Regular Visitor
4 years ago
Solved

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...
  • gibe's avatar
    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";