mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix(图表): 修复分组柱线组合图线指标点线分离的问题
This commit is contained in:
@@ -192,7 +192,9 @@ export class GroupLineMix extends G2ChartView {
|
||||
},
|
||||
scale: {
|
||||
y: {
|
||||
key: 'right'
|
||||
key: 'right',
|
||||
nice: true,
|
||||
independent: true
|
||||
}
|
||||
},
|
||||
axis: {
|
||||
|
||||
Reference in New Issue
Block a user