Created
December 2, 2011 12:35
-
-
Save yornaath/1423090 to your computer and use it in GitHub Desktop.
påfyllings utak
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
//GET /rest/statistics/chargedforperday?fromdate=13.11.2011&todate=15.11.2011 | |
data = { | |
'13.11.2011' : [ // totalt påfyllt for denne dato per time i kr | |
12,54,65,23,5,2,4,6,234,5,3,12,54,65,23,5,2,4,6,234,5,3,52 | |
], | |
'14.11.2011' : [ // totalt påfyllt for denne dato per time i kr | |
12,54,65,23,5,2,4,6,234,5,3,12,54,65,23,5,2,4,6,234,5,3,52 | |
], | |
'15.11.2011' : [ // totalt påfyllt for denne dato per time i kr | |
12,54,65,23,5,2,4,6,234,5,3,12,54,65,23,5,2,4,6,234,5,3,52 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment