Skip to content

Commit

Permalink
Update btc_chart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevob14 authored Apr 24, 2024
1 parent fd67940 commit 7ab81b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/btc_chart.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$.getJSON('https://api.coingecko.com/api/v3/coins/bitcoin/market_chart?vs_currency=usd&days=max', function(data) {
$.getJSON('https://api.coingecko.com/api/v3/coins/bitcoin/market_chart?vs_currency=usd&days=365', function(data) {
Highcharts.setOptions({
lang: {
thousandsSep: ","
Expand Down

0 comments on commit 7ab81b3

Please sign in to comment.