Created
October 23, 2024 02:37
-
-
Save ileasile/ac784e78dcd4fd7ce0e5586352353897 to your computer and use it in GitHub Desktop.
n5.json
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
{ | |
"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