d2-charts-api
Advanced tools
Comparing version 32.0.5 to 32.0.6
@@ -157,3 +157,6 @@ 'use strict'; | ||
targetLineLabel: layout.targetLineLabel || layout.targetLineTitle, | ||
baseLineLabel: layout.baseLineLabel || layout.baseLineTitle | ||
baseLineLabel: layout.baseLineLabel || layout.baseLineTitle, | ||
// DHIS2-6774: make sure seriesItems is initialized as Array when switching | ||
// visualization type in dashboards app | ||
seriesItems: layout.seriesItems || [] | ||
}); | ||
@@ -160,0 +163,0 @@ }; |
{ | ||
"name": "d2-charts-api", | ||
"version": "32.0.5", | ||
"version": "32.0.6", | ||
"description": "DHIS2 charts api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,2 +25,5 @@ import objectClean from 'd2-utilizr/lib/objectClean'; | ||
baseLineLabel: layout.baseLineLabel || layout.baseLineTitle, | ||
// DHIS2-6774: make sure seriesItems is initialized as Array when switching | ||
// visualization type in dashboards app | ||
seriesItems: layout.seriesItems || [], | ||
}); | ||
@@ -27,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
408988
3937
145