Created
January 5, 2013 17:54
-
-
Save rufuspollock/4462752 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
{ | |
"manifest_version": 1, | |
"created": "2013-01-05T17:54:06.522Z", | |
"scripts": [ | |
{ | |
"created": "2013-01-05T17:54:06.523Z", | |
"last_modified": "2013-01-05T17:54:06.523Z", | |
"language": "javascript", | |
"content": "// correct the field type to date so it renders correctly\ndataset.fields[0].type = 'date';\n// save the dataset\nsaveDataset(dataset);", | |
"id": "main.js" | |
} | |
], | |
"source": { | |
"backend": "csv", | |
"url": "http://localhost/datasets/bond-yields-long-term/data/us-treasury-10y.csv" | |
}, | |
"id": "dataexplorer-162484", | |
"gist_id": "4462752", | |
"gist_url": "https://api.github.com/gists/4462752", | |
"datasets": [], | |
"last_modified": "2013-01-05T18:31:25.183Z" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment