Skip to content

Instantly share code, notes, and snippets.

View sbastable's full-sized avatar

Steve Bastable sbastable

View GitHub Profile
@sbastable
sbastable / index.html
Created July 9, 2019 11:29
tableau API testing
<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>