We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d49a8d commit f381d25Copy full SHA for f381d25
docs/data/charts/scatter/ScatterBatchRenderer.tsx
@@ -24,10 +24,9 @@ const scatterChartsParams = {
24
([countryCode, electricity]) => ({
25
data: electricity.map((value, index) => ({
26
x: value / 1000,
27
- y:
28
- carbonEmissions2024Every6Hours[
29
- countryCode as keyof typeof electricityGeneration2024Every6Hours
30
- ][index],
+ y: carbonEmissions2024Every6Hours[
+ countryCode as keyof typeof electricityGeneration2024Every6Hours
+ ][index],
31
})),
32
markerSize: 1,
33
label:
0 commit comments