data.ts 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. export default [
  20. {
  21. name: 'World',
  22. val: 165709793794.0,
  23. children: [
  24. {
  25. name: 'East Asia & Pacific',
  26. val: 74157936990.0,
  27. children: [
  28. {
  29. name: 'CHN',
  30. val: 58345455000.0,
  31. children: [],
  32. },
  33. {
  34. name: 'IDN',
  35. val: 9357861231.0,
  36. children: [],
  37. },
  38. {
  39. name: 'JPN',
  40. val: 6454620759.0,
  41. children: [],
  42. },
  43. ],
  44. },
  45. {
  46. name: 'Europe & Central Asia',
  47. val: 7667188460.0,
  48. children: [
  49. {
  50. name: 'RUS',
  51. val: 7667188460.0,
  52. children: [],
  53. },
  54. ],
  55. },
  56. {
  57. name: 'Latin America & Caribbean',
  58. val: 7752058955.0,
  59. children: [
  60. {
  61. name: 'BRA',
  62. val: 7752058955.0,
  63. children: [],
  64. },
  65. ],
  66. },
  67. {
  68. name: 'North America',
  69. val: 13604468357.0,
  70. children: [
  71. {
  72. name: 'USA',
  73. val: 13604468357.0,
  74. children: [],
  75. },
  76. ],
  77. },
  78. {
  79. name: 'South Asia',
  80. val: 57268340539.0,
  81. children: [
  82. {
  83. name: 'BGD',
  84. val: 5549261462.0,
  85. children: [],
  86. },
  87. {
  88. name: 'IND',
  89. val: 46023037597.0,
  90. children: [],
  91. },
  92. {
  93. name: 'PAK',
  94. val: 5696041480.0,
  95. children: [],
  96. },
  97. ],
  98. },
  99. {
  100. name: 'Sub-Saharan Africa',
  101. val: 5259800493.0,
  102. children: [
  103. {
  104. name: 'NGA',
  105. val: 5259800493.0,
  106. children: [],
  107. },
  108. ],
  109. },
  110. ],
  111. },
  112. ];