Skip to content

Commit

Permalink
Merge pull request #477 from Vizzuality/client/feature/LSE-145-fe-cha…
Browse files Browse the repository at this point in the history
…nges-at-the-country-page

Countries emissions chart fixes
  • Loading branch information
barbara-chaves authored Nov 17, 2023
2 parents c8548ef + 0c96c2c commit 2dcac9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const options = {
style: {
color: '#595B5D',
fontSize: '12px'
}
},
format: '{value}'
},
title: {
useHTML: true,
Expand All @@ -54,7 +55,6 @@ export const options = {
max: 2030,
labels: {
style: {
color: '#0A4BDC',
fontSize: '14px'
},
overflow: 'allow'
Expand Down

0 comments on commit 2dcac9b

Please sign in to comment.