Merge pull request #6265 from dataease/pr@dev@fix_antv_line_time_legend_lost

fix: 维度为时间格式时图例显示不全#6253
This commit is contained in:
wisonic-s 2023-10-12 11:01:06 +08:00 committed by GitHub
commit 6c964254b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,9 @@ export function baseLineOptionAntV(plot, container, chart, action) {
const analyse = getAnalyse(chart)
// options
const options = {
meta: {
category: 'cat'
},
point: {},
theme: theme,
data: data,