Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
fixed tooltips on line chart;
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiemert committed Jul 31, 2015
1 parent 64f6473 commit 644dc1e
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 224 deletions.
5 changes: 4 additions & 1 deletion views/error.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
<a href='/auth'>
{{/if}}

<button id='backButton' class="btn btn-primary">
<button id='backButton' class="btn btn-warning">
Take Me Back!
</button>


</a>

<br>
Expand All @@ -34,6 +35,8 @@
<p><b>There was the following message:</b> <br> {{ message }}</p>
{{/if}}

<a href="mailto:contact@pdc.io"><button class="btn btn-primary">Send Feedback</button></a>

</div>
</div>
<script>
Expand Down
2 changes: 1 addition & 1 deletion views/population-health.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

<ul class="query-list">

<li><a href="/visualization/PDC-1902/{{user.clinic}}/{{user.clinician}}">Colon Cancer Screening in last two years (50-74)</a></li>
<li><a href="/visualization/PDC-020/{{user.clinic}}/{{user.clinician}}">Colon Cancer Screening in last two years (50-74)</a></li>
<li><a href="/visualization/PDC-1149/{{user.clinic}}/{{user.clinician}}">Cervical Cancer - Females 18-70</a></li>
<li><a href="/visualization/PDC-995/{{user.clinic}}/{{user.clinician}}">Breast Cancer Screen - Females 50-70</a></li>
<li>
Expand Down
10 changes: 10 additions & 0 deletions views/visualization.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,16 @@
$("#groupToggle").bind('click', changePerspective);
$("#networkToggle").bind('click', changePerspective);
window.onresize = function(){
$("#chart").text("");
$("#c1").text("");
$("#c2").text("");
$("#c3").text("");
vis({{{json visualization}}});
};
</script>
</html>
{{/if}}
Loading

0 comments on commit 644dc1e

Please sign in to comment.