=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2011-06-09 19:35:49 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2011-06-14 08:01:50 +0000 @@ -16,8 +16,8 @@ function viewChart( url ) { - var width = 700; - var height = 500; + var width = 700 + 20; + var height = 500 + 20; $('#chartImage').attr('src', url); $('#chartView').dialog({ === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm 2011-06-09 19:07:37 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm 2011-06-14 08:01:50 +0000 @@ -81,5 +81,5 @@ === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/chart.js' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/chart.js 2011-06-10 13:15:44 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/chart.js 2011-06-14 08:01:50 +0000 @@ -6,7 +6,10 @@ { var width = size === 'wide' ? 1000 : 700; var height = size === 'tall' ? 800 : 500; - + + width += 20; + height += 20; + $('#chartImage').attr('src', url); $('#chartView').dialog({ autoOpen: true, === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewChartForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewChartForm.vm 2011-06-10 13:15:44 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewChartForm.vm 2011-06-14 08:01:50 +0000 @@ -24,12 +24,12 @@ #filterDiv( "displayViewChartForm" ) @@ -87,5 +87,5 @@