Forum Discussion
How to remove extra padding in the Custom R visual in Power BI
Hi All,
I have created a scatter plot using R and Custom visual method by pbiviz.
Somehow Power BI adds extra padding throughout. Is there any way to remove that ?
I did not find the option to remove that.
2 Replies
- AnonymousNot applicable
HI akj2784,
Can you please provide more detail content to description your scenario? I'm not so clear how do you design visual graph.
Have you turn on any analysis lines on visual? if this is a case, I'd like to suggest you turn off it first.
Regards,
Xiaoxin Sheng
- AnonymousNot applicable
I have the same issue, i'm using ggplotly to create it, i can change the padding on rstudio (viewer), and using htmlwidgets::savewidget works too, but when i create the custom visual, it still the padding : 40 px on style, i'm creating the custom visual using this blog.
regards