fix: 折线图时间维度的图例丢失
This commit is contained in:
parent
d65fda6a90
commit
251749ec2c
@ -32,7 +32,9 @@ export function baseLineOptionAntV(plot, container, chart, action) {
|
||||
// options
|
||||
const options = {
|
||||
meta: {
|
||||
category: 'cat'
|
||||
category: {
|
||||
type: 'cat'
|
||||
}
|
||||
},
|
||||
point: {},
|
||||
theme: theme,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user