Merge pull request #6408 from dataease/pr@dev@fix_line_legend_lost

fix: 折线图时间维度的图例丢失
This commit is contained in:
wisonic-s 2023-10-27 17:50:38 +08:00 committed by GitHub
commit 8d8b8cbb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,9 @@ export function baseLineOptionAntV(plot, container, chart, action) {
// options
const options = {
meta: {
category: 'cat'
category: {
type: 'cat'
}
},
point: {},
theme: theme,