Skip to content

Instantly share code, notes, and snippets.

@ileasile
Created October 23, 2024 02:37
Show Gist options
  • Save ileasile/ac784e78dcd4fd7ce0e5586352353897 to your computer and use it in GitHub Desktop.
Save ileasile/ac784e78dcd4fd7ce0e5586352353897 to your computer and use it in GitHub Desktop.
n5.json
{
"ggtitle": {
"text": "Usages for top users (> 5 usages)"
},
"mapping": {},
"data": {
"date": [...],
"&merged_groups":[...],
"uuid": [...]
},
"ggsize": {
"width": 1500.0,
"height": 2000.0
},
"kind": "plot",
"scales": [
{
"aesthetic": "x",
"datetime": true,
"limits": [
null,
null
]
},
{
"aesthetic": "y",
"discrete": true
},
{
"aesthetic": "color",
"discrete": true,
"guide": "none"
}
],
"layers": [
{
"mapping": {
"x": "date",
"y": "uuid",
"color": "uuid",
"group": "&merged_groups"
},
"stat": "identity",
"size": 2.0,
"sampling": "none",
"position": "identity",
"geom": "point"
}
],
"theme": {
"axis_text_y": {
"blank": true
},
"axis_ontop": false,
"axis_ontop_y": false,
"axis_ontop_x": false
},
"data_meta": {
"series_annotations": [
{
"column": "date",
"type": "datetime"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment