@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.
- package/bundles/esfaenza-es-charts.umd.js +1 -1
- package/bundles/esfaenza-es-charts.umd.js.map +1 -1
- package/bundles/esfaenza-es-charts.umd.min.js +1 -1
- package/bundles/esfaenza-es-charts.umd.min.js.map +1 -1
- package/esm2015/lib/services/LineChartService.js +2 -2
- package/fesm2015/esfaenza-es-charts.js +1 -1
- package/fesm2015/esfaenza-es-charts.js.map +1 -1
- package/package.json +1 -1
|
@@ -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";
|