mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
fix(图表): 修复区间条形图数据不全,配置圆角导致前端报错的问题
This commit is contained in:
committed by
jianneng-fit2cloud
parent
d84784d268
commit
6920f6e6b9
@@ -2433,7 +2433,7 @@ export const configRoundAngle = (chart: Chart, styleName: string, callBack?: (da
|
||||
[styleName]: datum => {
|
||||
return {
|
||||
radius:
|
||||
datum.values[0] < datum.values[1]
|
||||
datum?.values[0] < datum?.values[1]
|
||||
? isTopRound
|
||||
? bottomRadius
|
||||
: finalRadius
|
||||
|
||||
Reference in New Issue
Block a user