@esfaenza/es-charts 11.2.25 → 11.2.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1619,9 +1619,9 @@
1619
1619
  range.grid.strokeOpacity = 1;
1620
1620
  }
1621
1621
  }
1622
+ this.dateAxis = ChartInstanceCasted.xAxes.push(new am4charts__namespace.DateAxis());
1622
1623
  // Per comatibilità col codice scritto quando non era a livello globale, mi scoccia sostituire
1623
1624
  var dateAxis = this.dateAxis;
1624
- dateAxis = ChartInstanceCasted.xAxes.push(new am4charts__namespace.DateAxis());
1625
1625
  if (settings.XAxisTitle) {
1626
1626
  dateAxis.title.text = settings.XAxisTitle;
1627
1627
  dateAxis.title.fontWeight = "bold";