feat(图表): 分组柱图同分组内的柱间隔默认距离调整为0

#15607
This commit is contained in:
ulleo
2025-04-03 15:45:12 +08:00
committed by xuwei-fit2cloud
parent 1b92df09e2
commit 12a33e7220
2 changed files with 2 additions and 0 deletions

View File

@@ -570,6 +570,7 @@ export class GroupBar extends StackBar {
super(name)
this.baseOptions = {
...this.baseOptions,
marginRatio: 0,
isGroup: true,
isStack: false,
meta: {

View File

@@ -129,6 +129,7 @@ export class ColumnLineMix extends G2PlotChartView<DualAxesOptions, DualAxes> {
geometryOptions: [
{
geometry: data1Type,
marginRatio: 0,
color: [],
isGroup: isGroup,
isStack: isStack,