mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): 修复双轴图无法显示的问题
This commit is contained in:
@@ -301,7 +301,7 @@ export class ColumnLineMix extends G2PlotChartView<DualAxesOptions, DualAxes> {
|
||||
tempOption.geometryOptions[1].lineStyle = lineStyle
|
||||
tempOption.geometryOptions[0] = {
|
||||
...tempOption.geometryOptions[0],
|
||||
...configRoundAngle(s, 'columnStyle')
|
||||
...configRoundAngle(chart, 'columnStyle')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user