fix(图表): 取消百分比条形图提示轮播配置

This commit is contained in:
jianneng-fit2cloud
2025-10-30 10:14:18 +08:00
parent ec3924922b
commit c954073952

View File

@@ -19,7 +19,7 @@ export class PercentageStackBar extends HorizontalStackBar {
propertyInner = {
...this['propertyInner'],
'label-selector': ['color', 'fontSize', 'vPosition', 'reserveDecimalCount'],
'tooltip-selector': ['color', 'fontSize', 'backgroundColor', 'show', 'carousel']
'tooltip-selector': ['color', 'fontSize', 'backgroundColor', 'show']
}
protected configLabel(chart: Chart, options: ViewSpec): ViewSpec {