This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="buttons"> | |
<button class="apply_RegionFilter btn" style="background-color: #a8dba2; ">Europe</button> | |
<button class="apply_RegionFilter btn" style="background-color: #f5a8a3; ">Middle East</button> | |
<button class="apply_RegionFilter btn" style="background-color: #afc8e3; ">The Americas</button> | |
<button class="apply_RegionFilter btn" style="background-color: #d0bde0; ">Oceania</button> | |
<button class="apply_RegionFilter btn" style="background-color: #ffc898; ">Asia</button> | |
<button class="apply_RegionFilter btn" style="background-color: #cdb2ac; ">Africa</button> | |
<button class="selectAll_RegionFilter btn btn-outline">All</button> | |
</div> | |
<div id="tableauViz"></div> |