fix: 修复热力图默认X、Y轴显示问题

This commit is contained in:
yangwq7 2022-09-15 20:25:18 +08:00
parent d497e17a7d
commit fdb19fb310

View File

@ -10,10 +10,12 @@ export const option = {
tooltip: {},
legend: {},
xAxis: {
show:false,
type: 'category',
data: dataJson.xAxis
},
yAxis: {
show:false,
type: 'category',
data: dataJson.yAxis
},