[se][builder] Fix returns GetAxisColor method

This commit is contained in:
Igor Zotov
2025-10-12 18:36:50 +03:00
committed by Ilya Kirillov
parent f2cb13ff02
commit d686f35681

View File

@ -23008,7 +23008,7 @@
var oColor;
if (this.rule.aRuleElements && this.rule.aRuleElements[0]) {
// Update the axis color in the data bar rule
oColor = this.rule.aRuleElements[0].asc_getAxisColor();
oColor = this.rule.aRuleElements[0].AxisColor;
}
if (oColor) {
return new ApiColor(oColor);