Commit 464c6b02 authored by dkasliwal's avatar dkasliwal

change Graph component parameter.add child id parameter


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103801 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5497d3e
...@@ -34,7 +34,7 @@ public class E12DashBoardPage extends Composite ...@@ -34,7 +34,7 @@ public class E12DashBoardPage extends Composite
try try
{ {
this.metaDataJsnObj = metaDataJsnObj; this.metaDataJsnObj = metaDataJsnObj;
graphComponent = new GraphComponent(parameterList,metaDataJsnObj,"Y"); graphComponent = new GraphComponent(parameterList,metaDataJsnObj,"Y",childID);
graphComponent.setWidth("100%"); graphComponent.setWidth("100%");
mainReportContainer.setWidth("100%"); mainReportContainer.setWidth("100%");
mainReportContainer.add(graphComponent); mainReportContainer.add(graphComponent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment