mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se][builder] Fix returns GetAxisColor method
This commit is contained in:
committed by
Ilya Kirillov
parent
f2cb13ff02
commit
d686f35681
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user