mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
fix(图表): 修复折线图子维度为日期时图例显示和提示不一致
This commit is contained in:
@@ -92,6 +92,11 @@ export class Line extends G2PlotChartView<LineOptions, G2Line> {
|
||||
yField: 'value',
|
||||
seriesField: 'category',
|
||||
appendPadding: getPadding(chart),
|
||||
meta: {
|
||||
category: {
|
||||
type: 'cat'
|
||||
}
|
||||
},
|
||||
color,
|
||||
interactions: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user