135136137138139140141142143144145
if (imageChart) map.put("name", point.getName()); else map.put("name", translate(child.getDescription())); map.put("point", point); map.put("pointValue", point.lastValue()); childData.add(map); } } } model.put("childData", childData);