2014-05-05 11:53:21 +02:00
|
|
|
#chartLegend {
|
2019-01-30 12:42:16 +01:00
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
height: 30px;
|
2014-05-05 11:53:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#chartLegend table {
|
2019-01-30 12:42:16 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
2014-05-05 11:53:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#graph_container {
|
2019-01-30 12:42:16 +01:00
|
|
|
width: 800px;
|
2019-05-30 18:21:13 +02:00
|
|
|
margin: 20px auto;
|
2021-03-11 15:40:23 +01:00
|
|
|
background-color: white;
|
|
|
|
border-radius: 3px;
|
2014-05-05 11:53:21 +02:00
|
|
|
}
|