Skip to content

Commit

Permalink
Removed the redundant zooming control
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Dec 3, 2015
1 parent bc73301 commit ce054b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ angular
margin = {
top: 23,
right: 0,
left: 68 + yAxisWidth,
bottom: 0 + xAxisHeight
left: 5 + yAxisWidth,
bottom: 5 + xAxisHeight
},

visibleExtent = [],
Expand Down
8 changes: 1 addition & 7 deletions src/app/visualize/visualize.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ <h2>Audio distribution from {{formatDate(distributionOptions.detailExtent[0])}}
</section>

<section class="row">
<h3>Zooming False colour visualisation for {{ distributionOptions.visualizationDuration[0] }} in
{{ distributionOptions.functions.getCategoryName(distributionOptions.selectedLane) }}</h3>
<event-distribution-visualisation-multi-scale></event-distribution-visualisation-multi-scale>
</section>

<section class="row">
<h3>False colour visualisation for {{ distributionOptions.visualizationDuration[1] }} in
<h3>Fixed resolution visualisation for {{ distributionOptions.visualizationDuration[0] }} in
{{ distributionOptions.functions.getCategoryName(distributionOptions.selectedLane) }}</h3>
<event-distribution-visualisation></event-distribution-visualisation>
</section>
Expand Down

0 comments on commit ce054b5

Please sign in to comment.