We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7bc8d commit c7d1f8eCopy full SHA for c7d1f8e
1 file changed
applets/maps-info/colors/main.js
@@ -285,7 +285,6 @@ polygonSeries.data.setAll([
285
{ id: "TC", value: 1 },
286
{ id: "PW", value: 1 },
287
{ id: "NR", value: 1 },
288
-
289
// https://www.iban.com/country-codes
290
{ id: "AQ", value: 0 }, // Antartica
291
{ id: "CG", value: 0 }, // The Congo
@@ -299,7 +298,7 @@ polygonSeries.data.setAll([
299
298
{ id: "MQ", value: 0 }, // Martinique
300
{ id: "FK", value: 0 }, // Falkland Islands (the) [Malvinas]
301
]);
302
+
303
var heatLegend = chart.children.push(am5.HeatLegend.new(root, {
304
orientation: "vertical",
305
startColor: am5.color("#9cc7e7"),
0 commit comments