Skip to content

Commit

Permalink
add stock data
Browse files Browse the repository at this point in the history
  • Loading branch information
gevgeny committed Feb 12, 2017
1 parent 77602f2 commit fff4b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/aapl.js → examples/aapl.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JSONP_CALLBACK(/* AAPL historical OHLC data from the Google Finance API */
/* AAPL historical OHLC data from the Google Finance API */
[
/* Feb 2010 */
[1266278400000,29.06],
Expand Down Expand Up @@ -1845,4 +1845,4 @@ JSONP_CALLBACK(/* AAPL historical OHLC data from the Google Finance API */
[1486512000000,132.04],
[1486598400000,132.42],
[1486684800000,132.12]
]);
]

0 comments on commit fff4b31

Please sign in to comment.