Skip to content

Commit c4bce4c

Browse files
committed
added sector map and improved countries map
1 parent 0c978e3 commit c4bce4c

7 files changed

Lines changed: 1874 additions & 182 deletions

File tree

data/Market Capitalization/msci_acwi_with_country_sectors.csv

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ <h2 id="evolution-title">Indicator trajectory</h2>
9696
<section class="treemap-panel" aria-label="Country / sector treemap">
9797
<div class="treemap-panel__heading">
9898
<div>
99-
<p class="eyebrow">Market structure</p>
100-
<h2 id="treemap-title">Country → Sector treemap</h2>
99+
<p class="eyebrow">Market composition</p>
100+
<h2 id="treemap-title">ACWI weights by country and sector</h2>
101101
</div>
102102
<label class="control-field control-field--treemap-time">
103103
<span class="control-label">
@@ -106,7 +106,21 @@ <h2 id="treemap-title">Country → Sector treemap</h2>
106106
<input id="treemap-slider" type="range" min="0" max="0" value="0" step="1" />
107107
</label>
108108
</div>
109-
<div id="treemap-chart" class="chart"></div>
109+
<div class="treemap-grid">
110+
<section class="treemap-card" aria-label="Country treemap">
111+
<div class="treemap-card__heading">
112+
<h3>MSCI ACWI Countries</h3>
113+
<p>Hover for sector breakdowns</p>
114+
</div>
115+
<div id="treemap-chart" class="chart"></div>
116+
</section>
117+
<section class="treemap-card" aria-label="MSCI ACWI sector capitalization treemap">
118+
<div class="treemap-card__heading">
119+
<h3>MSCI ACWI sectors</h3>
120+
</div>
121+
<div id="sector-treemap-chart" class="chart"></div>
122+
</section>
123+
</div>
110124
</section>
111125
</section>
112126
</main>

0 commit comments

Comments
 (0)