mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Conditional Formatting
Add type to ColorScale and DataBar classes
This commit is contained in:
@ -390,6 +390,7 @@
|
||||
|
||||
return this;
|
||||
}
|
||||
CColorScale.prototype.type = AscCommonExcel.ECfType.colorScale;
|
||||
CColorScale.prototype.clone = function() {
|
||||
var i, res = new CColorScale();
|
||||
for (i = 0; i < this.aCFVOs.length; ++i)
|
||||
@ -467,6 +468,7 @@
|
||||
|
||||
return this;
|
||||
}
|
||||
CDataBar.prototype.type = AscCommonExcel.ECfType.dataBar;
|
||||
CDataBar.prototype.clone = function() {
|
||||
var i, res = new CDataBar();
|
||||
res.MaxLength = this.MaxLength;
|
||||
|
||||
Reference in New Issue
Block a user