CN-1185: 趋势图展示的数据与悬浮框中的数据不符
This commit is contained in:
@@ -461,6 +461,9 @@ export function categoryBarTooltipFormatter (params, type) {
|
||||
}
|
||||
|
||||
export function stackedLineTooltipFormatter (params) {
|
||||
// 堆叠图tooltip倒叙操作
|
||||
params = params.reverse()
|
||||
|
||||
let str = '<div>'
|
||||
params.forEach((item, i) => {
|
||||
const tData = item.data[0]
|
||||
|
||||
Reference in New Issue
Block a user