Skip to content

Commit

Permalink
[Update] lost suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidel Thomet authored and Fidel Thomet committed Dec 10, 2018
1 parent d993cfa commit 21578f3
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions assets/data/fingerprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const data = [{
y: 58.41
}, {
id: 'c2p11',
name: 'Solar Power',
name: 'Solar Power (PV)',
category: 'Electricity and heat',
models: ['AIM/CGE', 'GCAM4', 'IMAGE', 'REMIND-MAGPIE', 'MESSAGE-GLOBIOM'],
x: 33.67,
Expand All @@ -238,7 +238,7 @@ const data = [{
y: 81.30
}, {
id: 'c2p13',
name: 'Wind Power',
name: 'Wind Power (Offshore)',
category: 'Electricity and heat',
models: ['AIM/CGE', 'GCAM4', 'IMAGE', 'REMIND-MAGPIE', 'MESSAGE-GLOBIOM'],
x: 38.82,
Expand Down
46 changes: 23 additions & 23 deletions assets/data/scenarios/emissions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/VisChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
attrs: {
class: [
scenario.ssp,
`RCP${scenario.rcp}`,
`RCP${scenario.rcp.replace(/\./, '')}`,
{
fade: (dynamicFilter == null && highlightSsp !== null && highlightSsp !== scenario.ssp) || (dynamicFilter != null && !dynamicFilter.find(f => f === scenario.ssp))
}
Expand Down
8 changes: 4 additions & 4 deletions components/VisSspComparison.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
</clipPath>
</defs>
<g
:clip-path="`url(#rect${step})`"
:clip-path="`url(socioeconomic-development#rect${step})`"
class="chart">
<rect
class="background"
width="100"
height="100"/>
<g v-if="step !== null">
<g
:filter="`url(#gooey${step})`"
:filter="`url(socioeconomic-development#gooey${step})`"
class="low">
<polygon
v-if="step === 0"
Expand All @@ -55,7 +55,7 @@
points="55 -20 120 -20 120 120 70 60 75 50 55 20"/>
</g>
<g
:filter="`url(#gooey${step})`"
:filter="`url(socioeconomic-development#gooey${step})`"
class="high">
<polygon
v-if="step === 0"
Expand All @@ -65,7 +65,7 @@
points="-20 -20 50 -20 45 20 37 37 20 45 -20 50"/>
<polygon
v-if="step === 2"
points="-20 -20 50 -20 45 20 25 50 35 70 50 75 60 70 120 120 -20 120"/>
points="-20,-20 50,-20 45,20 20,50 25,75 50,80 60,70 120,120 -20,120"/>
</g>
</g>
</g>
Expand Down
2 changes: 1 addition & 1 deletion pages/mitigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
slot="right"
:dynamic-filter="[ssp, hoverSSP]"
:legend-filter="ssp"
:max="140000"
:max="140"
legend="rcp"
hide-legend
scenario="emissions")
Expand Down

0 comments on commit 21578f3

Please sign in to comment.