Merge pull request #9500 from dataease/pr@dev@fix_antv_mix_scatter_time_xaxis

fix(视图): 修复 AntV 组合图类别轴为日期时散点图显示异常
This commit is contained in:
wisonic-s 2024-05-06 18:53:31 +08:00 committed by GitHub
commit be2d2203d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,