Merge pull request #6408 from dataease/pr@dev@fix_line_legend_lost
fix: 折线图时间维度的图例丢失
This commit is contained in:
commit
8d8b8cbb5a
@ -32,7 +32,9 @@ export function baseLineOptionAntV(plot, container, chart, action) {
|
|||||||
// options
|
// options
|
||||||
const options = {
|
const options = {
|
||||||
meta: {
|
meta: {
|
||||||
category: 'cat'
|
category: {
|
||||||
|
type: 'cat'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
point: {},
|
point: {},
|
||||||
theme: theme,
|
theme: theme,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user