Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Change chartkick.js source uri to working one (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParvJain authored and mher committed Aug 29, 2017
1 parent 9b2b58b commit 511d123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/charts/charts.html
Expand Up @@ -12,7 +12,7 @@
<script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/highcharts.js"></script>
--> -->


<script src="http://ankane.github.io/chartkick/chartkick.js"></script> <script src="https://www.chartkick.com/chartkick.js"></script>
</head> </head>
<body> <body>
{% line_chart exchange with min=0.4 id='rates' %} {% line_chart exchange with min=0.4 id='rates' %}
Expand Down

0 comments on commit 511d123

Please sign in to comment.