@aclymatepackages/modules 2.2.4 → 2.2.6
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,7 +207,6 @@ const EmissionsChart = _ref10 => {
|
|
|
207
207
|
subcategoriesArray,
|
|
208
208
|
groupedEmissions
|
|
209
209
|
} = (0, _chartHelpers.buildEmissionGroupData)(emissions, graphPeriod, startDate, branding);
|
|
210
|
-
console.log("subcategories array: ", subcategoriesArray);
|
|
211
210
|
const buildRealDataObj = viewMode === "subcategories" ? _chartHelpers.buildSubcategoriesDataObj : _chartHelpers.buildScopesRealDataObj;
|
|
212
211
|
const buildChartData = () => {
|
|
213
212
|
const preliminaryChartData = buildGroupedChartData({
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aclymatepackages/modules",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
4
4
|
"description": "Aclymate modules",
|
|
5
5
|
"author": "William Loopesko",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@aclymatepackages/array-immutability-helpers": "^1.0.0",
|
|
9
9
|
"@aclymatepackages/atoms": "^3.0.8",
|
|
10
|
-
"@aclymatepackages/chart-helpers": "^2.0.
|
|
10
|
+
"@aclymatepackages/chart-helpers": "^2.0.8",
|
|
11
11
|
"@aclymatepackages/converters": "^1.0.0",
|
|
12
12
|
"@aclymatepackages/emissions-calcs": "^1.1.1",
|
|
13
13
|
"@aclymatepackages/fetch-aclymate-api": "^2.1.6",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@aclymatepackages/multi-part-form": "^2.0.1",
|
|
17
17
|
"@aclymatepackages/other-helpers": "^1.0.3",
|
|
18
18
|
"@aclymatepackages/reg-exp": "^1.0.0",
|
|
19
|
-
"@aclymatepackages/subcategories": "^3.1.
|
|
19
|
+
"@aclymatepackages/subcategories": "^3.1.13",
|
|
20
20
|
"@aclymatepackages/themes": "^3.0.8",
|
|
21
21
|
"@babel/preset-react": "^7.16.7",
|
|
22
22
|
"@emotion/react": "^11.11.1",
|
|
@@ -204,8 +204,6 @@ const EmissionsChart = ({
|
|
|
204
204
|
subcategoriesArray,
|
|
205
205
|
groupedEmissions,
|
|
206
206
|
} = buildEmissionGroupData(emissions, graphPeriod, startDate, branding);
|
|
207
|
-
console.log("subcategories array: ", subcategoriesArray);
|
|
208
|
-
|
|
209
207
|
const buildRealDataObj =
|
|
210
208
|
viewMode === "subcategories"
|
|
211
209
|
? buildSubcategoriesDataObj
|