Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwcastillo/684b2d9d2647b2b5aa301b11de21d529 to your computer and use it in GitHub Desktop.
Save jwcastillo/684b2d9d2647b2b5aa301b11de21d529 to your computer and use it in GitHub Desktop.
Layout - Plotly - Grafana - Time To First Byte
{
"barmode": "stack",
"legend": {
"bgcolor": "#fff",
"orientation": "h"
},
"margin": {
"b": 30,
"l": 45,
"pad": 4,
"r": 10,
"t": 10
},
"paper_bgcolor": "rgba(0, 0, 0, 0)",
"plot_bgcolor": "rgba(0, 0, 0, 0)",
"xaxis": {
"autorange": false,
"range": [
-100,
8100
],
"tickmode": "array",
"ticktext": [
"1 sec",
"2 sec",
"3 sec",
"4 sec",
"5 sec",
"6 sec",
"7 sec",
"8 sec"
],
"tickvals": [
1000,
2000,
3000,
4000,
5000,
6000,
7000,
8000
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment