fix: 修复热力图默认X、Y轴显示问题
This commit is contained in:
parent
884a70168d
commit
c1d9702c58
@ -10,10 +10,12 @@ export const option = {
|
|||||||
tooltip: {},
|
tooltip: {},
|
||||||
legend: {},
|
legend: {},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
|
show:false,
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data: dataJson.xAxis
|
data: dataJson.xAxis
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
|
show:false,
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data: dataJson.yAxis
|
data: dataJson.yAxis
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user