Commit a3c43c2d authored by dkasliwal's avatar dkasliwal

Add summary value at componnet title panel and change css for grid and graph card and bubble chart.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104936 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1fd453f7
......@@ -625,6 +625,7 @@ public class SmartFiltrCreator extends Composite
public void getFilterdJson(HashMap<String, ArrayList<String>> selectedDataMap)
{
//Window.alert("In getFilterdJson");
ArrayList<String> presentKeyList = null;
JSONObject dataJsn = null;
JSONObject fetchRowWiseVal = null;
......@@ -709,12 +710,12 @@ public class SmartFiltrCreator extends Composite
dataJsnObj.put("" + cnt, fetchRowWiseVal);
cnt++;
}
}
filtrdJsn.put(entry.getKey(), dataJsnObj);
//if (dataJsnObj.toString().length() > 5)
filterdDataMap.put(entry.getKey(), filtrdJsn);
}
/*Add idList Parameter to buildChart Method by Dhanendra on Date 23-11-2015*/
component.buildChart(filterdDataMap, dataDtl.getGridNMapMetData(jsonObjMetaData, viewOptionSelectd,parameterList),filterList,idList,childID,selectedDataMap);
......
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