Skip to content

Commit c7d1f8e

Browse files
committed
Update main.js
1 parent 4c7bc8d commit c7d1f8e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

applets/maps-info/colors/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ polygonSeries.data.setAll([
285285
{ id: "TC", value: 1 },
286286
{ id: "PW", value: 1 },
287287
{ id: "NR", value: 1 },
288-
289288
// https://www.iban.com/country-codes
290289
{ id: "AQ", value: 0 }, // Antartica
291290
{ id: "CG", value: 0 }, // The Congo
@@ -299,7 +298,7 @@ polygonSeries.data.setAll([
299298
{ id: "MQ", value: 0 }, // Martinique
300299
{ id: "FK", value: 0 }, // Falkland Islands (the) [Malvinas]
301300
]);
302-
301+
303302
var heatLegend = chart.children.push(am5.HeatLegend.new(root, {
304303
orientation: "vertical",
305304
startColor: am5.color("#9cc7e7"),

0 commit comments

Comments
 (0)