diff --git a/src/Countries.jsx b/src/Countries.jsx index db41613..0d5ed19 100644 --- a/src/Countries.jsx +++ b/src/Countries.jsx @@ -196,12 +196,12 @@ export default function Countries({ mapOptions, onMapOptionClick }) {
{currentParameter.label} в {currentYear.label} году
| {currentTech.label} | -+ | {info[currentParameter.value].toFixed(1).replace(".", ",")} | Солнечные электростанции | -+ | {info.static_power_fact_solar_mw.toFixed(1).replace(".", ",")} | @@ -231,7 +231,7 @@ export default function Countries({ mapOptions, onMapOptionClick }) {Наземные ветроэлектростанции | -+ | {info.static_power_fact_onshore_mw.toFixed(1).replace(".", ",")} | @@ -241,7 +241,7 @@ export default function Countries({ mapOptions, onMapOptionClick }) {Офшорные ветроэлектростанции | -+ | {info.static_power_fact_offshore_mw.toFixed(1).replace(".", ",")} | @@ -251,7 +251,7 @@ export default function Countries({ mapOptions, onMapOptionClick }) {Всего ВИЭ (включая СЭС, ВЭС, ГЭС, БиоЭС, ГеоЭС) | -+ | {info.static_power_fact_res_mw.toFixed(1).replace(".", ",")} | @@ -261,7 +261,7 @@ export default function Countries({ mapOptions, onMapOptionClick }) {Доля всей ВИЭ-генерации в балансе мощности страны, % | -+ | {info.static_res_share_power.toFixed(1).replace(".", ",")} | @@ -271,7 +271,7 @@ export default function Countries({ mapOptions, onMapOptionClick }) {Доля СЭС и ВЭС в балансе мощности страны, % | -+ | {info.static_solar_wind_share_power.toFixed(1).replace(".", ",")} | diff --git a/src/Regions.jsx b/src/Regions.jsx index d6181a2..ad20189 100644 --- a/src/Regions.jsx +++ b/src/Regions.jsx @@ -243,12 +243,12 @@ export default function Regions({ mapOptions, onMapOptionClick }) {
|---|
| {currentTech.label}, {currentSupport.label} | -+ | {info[currentParameter.value].toFixed(1).replace(".", ",")} | Солнечные электростанции | -+ | {info.static_power_fact_solar_mw.toFixed(1).replace(".", ",")} | @@ -277,7 +277,7 @@ export default function Regions({ mapOptions, onMapOptionClick }) {Ветроэлектростанции | -+ | {info.static_power_fact_wind_mw.toFixed(1).replace(".", ",")} | @@ -287,7 +287,7 @@ export default function Regions({ mapOptions, onMapOptionClick }) {Малые гидроэлектростанции | -+ | {info.static_power_fact_shydro_mw.toFixed(1).replace(".", ",")} | @@ -297,7 +297,7 @@ export default function Regions({ mapOptions, onMapOptionClick }) {Другие объекты ВИЭ-генерации | -+ | {info.static_power_fact_other_mw.toFixed(1).replace(".", ",")} | @@ -307,7 +307,7 @@ export default function Regions({ mapOptions, onMapOptionClick }) {Всего ВИЭ | -+ | {info.static_power_fact_res_mw.toFixed(1).replace(".", ",")} | @@ -317,7 +317,7 @@ export default function Regions({ mapOptions, onMapOptionClick }) {Доля всех ВИЭ в балансе мощности региона, % | -+ | {info.static_res_share_power.toFixed(1).replace(".", ",")} |
|---|