Skip to content

Instantly share code, notes, and snippets.

@Myvar
Last active February 13, 2018 07:17
Show Gist options
  • Save Myvar/3b2845c81609093181122c4774ac7f06 to your computer and use it in GitHub Desktop.
Save Myvar/3b2845c81609093181122c4774ac7f06 to your computer and use it in GitHub Desktop.
dashboard "Test":
- h1 text: A
- h2 text: B
- 3 columns:
- rows:
- h3 text: Bananas
- pie chart: {
"columns": [
["Protein", 5], ["Sugar", 10], ["Other carbs", 40], ["Fat", 1]
]
}
- rows:
- h3 text: Tofu
- pie chart: {
"columns": [
["Protein", 30], ["Sugar", 0], ["Other carbs", 40], ["Fat", 3]
]
}
- rows:
- h3 text: Peanut butter
- pie chart: {
"columns": [
["Protein", 20], ["Sugar", 2], ["Other carbs", 20], ["Fat", 50]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment