Created
November 28, 2011 12:12
-
-
Save yornaath/1400184 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
// GET /statistics/sales/day_grp_by_channel ?fromdate=11.11.2011 &todate=14.11.2011 | |
// Salg per dag grupert på kanal, for en periode | |
data: { | |
'11.11.2011-14.11.2011': { //periode | |
'sms/sms': [43,65,12,43] //kanal - salg per dag i perioden | |
'sms/konto': [72,38,54,23] //kanal - salg per dag i perioden | |
'app/sms' : [100,45,65,2] //kanal - salg per dag i perioden | |
'app/konto' [6,43,12,67] //kanal - salg per dag i perioden | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment