The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/web/static/css/graph.css

24 lines
347 B

body {
margin: 0;
}
.graph_container {
font-family: Arial, Helvetica, sans-serif;
}
.graph {
position: relative;
min-height: 400px;
overflow-x: hidden;
}
svg {
border: 1px solid #aaa;
margin-bottom: 5px;
}
.legend {
display: inline-block;
vertical-align: top;
margin: 0 0 0 0px;
}