Skip to content

Instantly share code, notes, and snippets.

@swoogles
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swoogles/4cce4e84c3eef652873f to your computer and use it in GitHub Desktop.
Save swoogles/4cce4e84c3eef652873f to your computer and use it in GitHub Desktop.
// Initial Bar Graph
"subscribers": [
{
"subscriber_idx": 2,
"num_records": 200,
"practice_name": "practice_name2"
},
{
"subscriber_idx": 3,
"num_records": 300,
"practice_name": "practice_name3"
}
]
// By message type
"subscribers": [
{
"subscriber_idx": 2,
"practice_name": "practice_name2",
"msg_type_info" : [
{
"num_records": 100,
"msg_type": "Direct"
},
{
"num_records": 200,
"msg_type": "Reminder"
}
]
},
{
"subscriber_idx": 3,
"practice_name": "practice_name2",
"msg_type_info" : [
{
"num_records": 300,
"msg_type": "Direct"
},
{
"num_records": 400,
"msg_type": "Reminder"
}
]
}
]
// "address":
// "longitude": 32.0023,
// "latitude": 32.0023,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment