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;
|
|
|
|
margin: 20px auto !important;
|
2014-05-05 11:53:21 +02:00
|
|
|
}
|