|
|
@@ -109,6 +109,7 @@ public class ShowHistogramService {
|
|
|
chartsDataInfo.setChartsColumnConfig(chartsColumnConfig);
|
|
|
if ("time".equals(xColumnType)) {
|
|
|
xColumn = TimeConverterUtil.convertToOracleDateStr(xColumn, xAxisType);
|
|
|
+ sort = xColumn;
|
|
|
}
|
|
|
//Y轴排序
|
|
|
if (sort.equals(yColumn)) {
|