Skip to content

Instantly share code, notes, and snippets.

@ParityError
Created February 13, 2018 18:43
Show Gist options
  • Save ParityError/51cf4cc4f1c66cb3f39e2e6ea85c933b to your computer and use it in GitHub Desktop.
Save ParityError/51cf4cc4f1c66cb3f39e2e6ea85c933b to your computer and use it in GitHub Desktop.
dashboard "Computers":
- h1 text: Computers
- h2 text: By OS type
- 3 columns:
- rows:
- h3 text: macOS
- pie chart: {
"columns": [
["Quality", 15], ["Lifecycle", 15], ["Malware", 20], ["Stability", 3]
]
}
- rows:
- h3 text: Linux
- pie chart: {
"columns": [
["Quality", 30], ["Lifecycle", 20], ["Malware", 15], ["Stability", 5]
]
}
- rows:
- h3 text: Windows
- pie chart: {
"columns": [
["Quality", 10], ["Lifecycle", 12], ["Malware", 50], ["Stability", 1]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment