NEZ-1336 fix: 修改因为value格式化后 排序不对的问题

This commit is contained in:
zhangyu
2021-11-24 11:05:35 +08:00
parent 483b70dbab
commit 6cdb1ae22e
3 changed files with 11 additions and 3 deletions

View File

@@ -682,8 +682,7 @@ export default {
let dot = this.chartDot = maxValueCopies.dot
const copies = maxValueCopies.copies
const unit = maxValueCopies.unit
const oldDot = maxValueCopies.oldDot
console.log(maxValueCopies, chartDataFormat.Interval(maxValue, copies, unit.type, 'min'), chartDataFormat.Interval(maxValue, copies, unit.type, 'max') * Math.ceil(dataArg.length / 5))
// const oldDot = maxValueCopies.oldDot
let option = {
title: {
show: false