|
|
@@ -177,8 +177,8 @@ public class ShowHistogramService {
|
|
|
double groupsValueOne = 0;
|
|
|
String groupsValueOnes = null;
|
|
|
if ("time".equals(xColumnType)){
|
|
|
- groupsValue = timeConverterUtil.getHistogramGroupTime(yAxisType, yColumn, tableName, groupByName, xAxisType,
|
|
|
- groupsName, xColumn, xAxisData, screenToColumnS);
|
|
|
+ groupsValueOnes = timeConverterUtil.getGroupTimeConverter(yAxisType, yColumn, tableName, groupByName, xAxisType,
|
|
|
+ groupsName, xColumn, xAxisDataOne, screenToColumnS);
|
|
|
}else {
|
|
|
String xColumnKey = "";
|
|
|
if (xAxisDataOne == null || "".equals(xAxisDataOne)){
|
|
|
@@ -201,6 +201,7 @@ public class ShowHistogramService {
|
|
|
}else{
|
|
|
groupsValueOne = Double.parseDouble(groupsValueOnes);
|
|
|
}
|
|
|
+
|
|
|
groupsValue.add(groupsValueOne);
|
|
|
}
|
|
|
ne.setValue(groupsValue);
|