Last active
June 9, 2020 09:53
-
-
Save Moonbird-IT/da4c7d76a69eb250478bb55b5d2360f5 to your computer and use it in GitHub Desktop.
Sample data for https://jsfiddle.net/Moonbird_IT/rk31bfsv/
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
{ | |
"cols": [ | |
{ | |
"id": "A", | |
"label": "NZ Crime", | |
"type": "string" | |
}, | |
{ | |
"id": "B", | |
"label": "Value", | |
"type": "number" | |
} | |
], | |
"rows": [ | |
{ | |
"c": [ | |
{ | |
"v": " Acts intended to cause injury" | |
}, | |
{ | |
"v": 97 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Sexual assault and related offences" | |
}, | |
{ | |
"v": 44515 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Dangerous or negligent acts endangering persons" | |
}, | |
{ | |
"v": 3016 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Abduction, harassment and other related offences against a person" | |
}, | |
{ | |
"v": 859 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Robbery, extortion and related offences" | |
}, | |
{ | |
"v": 14157 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Unlawful entry with intent/burglary, break and enter" | |
}, | |
{ | |
"v": 2641 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Theft and related offences" | |
}, | |
{ | |
"v": 59323 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Fraud, deception and related offences" | |
}, | |
{ | |
"v": 136932 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Illicit drug offences" | |
}, | |
{ | |
"v": 9726 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Prohibited and regulated weapons and explosives offences" | |
}, | |
{ | |
"v": 22994 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Property damage and environmental pollution" | |
}, | |
{ | |
"v": 7074 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Public order offences" | |
}, | |
{ | |
"v": 58483 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Offences against justice procedures, government security and government operations" | |
}, | |
{ | |
"v": 46105 | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": " Miscellaneous offences" | |
}, | |
{ | |
"v": 19084 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment