Remove all the extra space on each dashboard Widget

I have altered the margins, height, removed header/footer, etc. but the widget for each chart still has extra spacing around the actual chart content. I removed toolbars as well as I only want to depict the chart content and make the padding razor thin to be able to get more information on the screen for the end user. Any ideas on how that is best done?

Thanks in advance,

MPB

Look into the code and look at the classes that are generated.My wild guess is that you have to override some css classes to achieve what you want.

I personally use a blank PHP app and build my own custom “widgets” using bootstrap…This way you can have your own css and it completely responsive.

For example you can use a bootstrap “card” and display your information (graphs, pics, etc)

I guess you could use an iframe inside a div and use the SC generated graphs?? I haven’t tried that, but that may be worth exploring…Would save me a little time if I could use the generated SC graphing…I repost after I test…