热力图值为0的问题处理
parent
aa4b7b8d05
commit
77819dd045
|
@ -109,7 +109,7 @@ export default {
|
|||
let dataArr = [];
|
||||
tableData.forEach((a, index1) => {
|
||||
a.forEach((b, index2) => {
|
||||
dataArr.push([index1, index2, b.count || "-"]);
|
||||
dataArr.push([index1, index2, b.count]);
|
||||
});
|
||||
});
|
||||
let echartOption = {
|
||||
|
|
Loading…
Reference in New Issue