Dead Whitespace (150px) On the Right Side of graph panel?

I’ve found a div tag that i can’t figure out how to remove from the graph panel. As we scale the width down, it creates a dead white space on the right side of each panel.


here is the html from ‘inspect’ (opening < removed so it will display):

div style=“width: 150px; height: 100%;”>
div class=“ng-hide” ng-show=“ctrl.panel.yearlyStat.show” id=“yearly-stat” style=“display: block; width: 100%; height: 100%; position: relative;” ng-dblclick=“ctrl.zoomOut()”>
canvas class=“flot-base” width=“150” height=“139” style=“direction: ltr; position: absolute; left: 0px; top: 0px; width: 150px; height: 139.109px;”>
/div>

Has anyone experienced this, or does anyone have any ideas how to remove this div?