@aclymatepackages/modules 2.2.3 → 2.2.4
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.
|
@@ -207,6 +207,7 @@ const EmissionsChart = _ref10 => {
|
|
|
207
207
|
subcategoriesArray,
|
|
208
208
|
groupedEmissions
|
|
209
209
|
} = (0, _chartHelpers.buildEmissionGroupData)(emissions, graphPeriod, startDate, branding);
|
|
210
|
+
console.log("subcategories array: ", subcategoriesArray);
|
|
210
211
|
const buildRealDataObj = viewMode === "subcategories" ? _chartHelpers.buildSubcategoriesDataObj : _chartHelpers.buildScopesRealDataObj;
|
|
211
212
|
const buildChartData = () => {
|
|
212
213
|
const preliminaryChartData = buildGroupedChartData({
|
package/package.json
CHANGED
|
@@ -204,6 +204,7 @@ const EmissionsChart = ({
|
|
|
204
204
|
subcategoriesArray,
|
|
205
205
|
groupedEmissions,
|
|
206
206
|
} = buildEmissionGroupData(emissions, graphPeriod, startDate, branding);
|
|
207
|
+
console.log("subcategories array: ", subcategoriesArray);
|
|
207
208
|
|
|
208
209
|
const buildRealDataObj =
|
|
209
210
|
viewMode === "subcategories"
|