Skip to content

Commit 6e31687

Browse files
committed
Remove Pixi and Choropleth
1 parent 7faf450 commit 6e31687

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/files.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<div class="col-7">
9696
<select id="default-view" class="form-control form-control-sm" title="Which view should MicrobeTrace render first, once it has successfully processed the data?">
9797
<option value="2d_network" selected>2D Network</option>
98-
<option value="pixi">Pixi</option>
98+
<!-- <option value="pixi">Pixi</option> -->
9999
<option value="3d_network">3D Network</option>
100100
<option value="bubbles">Bubbles</option>
101101
<option value="table">Table</option>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4>MicrobeTrace requires CSS to run, but it looks like the appropriate CSS file
6262
<li class="nav-item dropdown">
6363
<a href="#" class="nav-link dropdown-toggle py-0" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">View</a>
6464
<div class="dropdown-menu">
65-
<a href="#" class="dropdown-item viewbutton" data-href="pixi">Pixi</a>
65+
<!-- <a href="#" class="dropdown-item viewbutton" data-href="pixi">Pixi</a> -->
6666
<a href="#" class="dropdown-item viewbutton" data-href="2d_network">2D Network</a>
6767
<a href="#" class="dropdown-item viewbutton" data-href="3d_network">3D Network</a>
6868
<a href="#" class="dropdown-item viewbutton" data-href="histogram">Histogram</a>
@@ -74,7 +74,7 @@ <h4>MicrobeTrace requires CSS to run, but it looks like the appropriate CSS file
7474
<a href="#" class="dropdown-item viewbutton" data-href="scatterplot">Scatterplot</a>
7575
<a href="#" class="dropdown-item viewbutton" data-href="waterfall">Waterfall</a>
7676
<a href="#" class="dropdown-item viewbutton" data-href="geo_map">Map</a>
77-
<a href="#" class="dropdown-item viewbutton" data-href="choropleth">Choropleth</a>
77+
<!-- <a href="#" class="dropdown-item viewbutton" data-href="choropleth">Choropleth</a> -->
7878
<a href="#" class="dropdown-item viewbutton" data-href="globe">Globe</a>
7979
<a href="#" class="dropdown-item viewbutton" data-href="gantt">Gantt</a>
8080
<a href="#" class="dropdown-item viewbutton" data-href="timeline">Epi Curve</a>

0 commit comments

Comments
 (0)