Skip to content

Commit

Permalink
Due to Licensing, Reverted to Highcharts 3.0.10
Browse files Browse the repository at this point in the history
Developer license for Highcharts was bought 5/8/13, version 3.0.1.
Minor releases for a year are allowed.  3.0.10 was released 4/22/2014,
so falls within the window.  No other minor releases occurred prior to
version 4.  For Highstock, license was bought 12/13/2014, version 2.0.4.
No minor releases have occurred since then.  Code right now will
automatically use minor releases, as it references
/stock/2/highstock.js.
  • Loading branch information
alanmitchell committed Jan 15, 2015
1 parent a00d652 commit cbb03fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bmsapp/templates/bmsapp/reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
{% block head %}
<link rel="stylesheet" type="text/css" href="{% static 'bmsapp/css/jquery.multiselect.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'bmsapp/css/dashboard.css' %}">
<script src="http://code.highcharts.com/stock/highstock.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/highcharts-more.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<script src="http://code.highcharts.com/stock/2/highstock.js"></script>
<script src="http://code.highcharts.com/3.0.10/highcharts.js"></script>
<script src="http://code.highcharts.com/3.0.10/highcharts-more.js"></script>
<script src="http://code.highcharts.com/3.0.10/modules/exporting.js"></script>
<script src="http://highslide-software.github.io/export-csv/export-csv.js"></script>
<script src="{% static 'bmsapp/scripts/jquery.multiselect.min.js' %}"></script>
<script src="{% static 'bmsapp/scripts/bmsapp2-1.2.js' %}"></script>
Expand Down

0 comments on commit cbb03fc

Please sign in to comment.