Commit 0ce663ed authored by Alexander.Trofimov's avatar Alexander.Trofimov

dateAxis null on init, false on default

parent 951da61c
......@@ -4702,7 +4702,7 @@ CellArea.prototype = {
this.manualMax = null;
this.manualMin = null;
this.dateAxis = false;
this.dateAxis = null;
// elements
this.colorSeries = null;
......@@ -5085,6 +5085,7 @@ CellArea.prototype = {
this.rightToLeft = false;
this.manualMax = null;
this.manualMin = null;
this.dateAxis = false;
// elements
var defaultSeriesColor = 3629202;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment