Last active
April 5, 2018 07:32
-
-
Save GitHub30/244a01b5a7653a6d83139e263a4b5611 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy(chartData.slice(-365).map(d => ({x: d.date.replace(/\//g, '-'), y: d.aveprice}))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment