fix(视图): 修复 AntV 组合图类别轴为日期时散点图显示异常
This commit is contained in:
parent
a4aa7eea3b
commit
8adbe9db22
@ -757,6 +757,7 @@ export default {
|
||||
meta: {
|
||||
key: {
|
||||
sync: true,
|
||||
type: 'cat'
|
||||
},
|
||||
},
|
||||
color: color,
|
||||
@ -815,6 +816,7 @@ export default {
|
||||
meta: {
|
||||
key: {
|
||||
sync: true,
|
||||
type: 'cat'
|
||||
},
|
||||
},
|
||||
color: color,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user