Created
December 26, 2022 21:04
-
-
Save ceckoslab/abd28c685254159a33e635910b8e617d to your computer and use it in GitHub Desktop.
Layout - Plotly - Grafana - Time To First Byte
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
{ | |
"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