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

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,