forked from github/dataease
fix: 维度为时间格式时图例显示不全#6253
This commit is contained in:
parent
e118e182ba
commit
dd2f5b2cfb
@ -31,6 +31,9 @@ export function baseLineOptionAntV(plot, container, chart, action) {
|
|||||||
const analyse = getAnalyse(chart)
|
const analyse = getAnalyse(chart)
|
||||||
// options
|
// options
|
||||||
const options = {
|
const options = {
|
||||||
|
meta: {
|
||||||
|
category: 'cat'
|
||||||
|
},
|
||||||
point: {},
|
point: {},
|
||||||
theme: theme,
|
theme: theme,
|
||||||
data: data,
|
data: data,
|
||||||
|
Loading…
Reference in New Issue
Block a user