Skip to content

Commit

Permalink
render graph async
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Mar 3, 2017
1 parent b37dc5c commit 614688e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teamtemp/templates/bvc.html
Expand Up @@ -6,8 +6,8 @@
{% block title %}Results {{ survey.id }} {{ bvc_data.team_name }}{% endblock %}

{% block bootstrap3_extra_script %}
<script type='text/javascript' src="//www.google.com/jsapi"></script>
<script type='text/javascript'>
<script type="text/javascript" src="//www.google.com/jsapi"></script>
<script type="text/javascript" async>

google.load('visualization', '1', {packages: ['gauge', 'annotationchart', 'corechart']});
google.setOnLoadCallback(drawGaugeChart);
Expand Down

0 comments on commit 614688e

Please sign in to comment.