Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1427571 - Sets height of chart area to 100% to avoid cropping whi…
Browse files Browse the repository at this point in the history
…le using IE9
  • Loading branch information
josejulio committed Sep 12, 2017
1 parent bed752f commit 6f20296
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public native void drawJsniChart() /*-{
global.@org.rhq.coregui.client.inventory.groups.detail.monitoring.table.CompositeGroupD3GraphListView::getXAxisTimeFormatHours()(),
global.@org.rhq.coregui.client.inventory.groups.detail.monitoring.table.CompositeGroupD3GraphListView::getXAxisTimeFormatHoursMinutes()()
);
// IE9 chart area returns cropped without explicitly setting the height
$wnd.jQuery('#' + chartContext.chartHandle).height('100%');
// Define the Stacked Bar Graph function using the module pattern
Expand Down

0 comments on commit 6f20296

Please sign in to comment.