|
|
@@ -138,6 +138,8 @@ public class ShowLineService {
|
|
|
while (itGroup.hasNext()){
|
|
|
String groupByName = (String) itGroup.next();
|
|
|
List<String> groupsData = showChartsMapper.getGroups(groupByName,tableName, screenToColumnS, lineConfigInfo.getMaxCount()); //查询每个分组系列
|
|
|
+ if (groupsData.size() == 0)
|
|
|
+ continue;
|
|
|
Iterator itGroupsData = groupsData.iterator();
|
|
|
if (groupsData.size() > lineConfigInfo.getMaxCount()){
|
|
|
chartsDataInfo.setTooMany(true);
|