Finally, the pie graph legend has auto width and allow to click the graph below
This commit is contained in:
parent
7be0179bdc
commit
9eebe511e3
|
@ -2451,12 +2451,12 @@ DIV.forced_title_layer {
|
|||
|
||||
/* Graphs styles */
|
||||
|
||||
DIV.legend>DIV {
|
||||
width: 100% !important;
|
||||
div.legend>div {
|
||||
pointer-events: none; /* Allow to click the graphs below */
|
||||
opacity: 0.65 !important;
|
||||
}
|
||||
|
||||
DIV.nodata_text {
|
||||
div.nodata_text {
|
||||
padding: 5px 12px 0px 68px;
|
||||
font-weight: bold;
|
||||
color: #C1C1C1;
|
||||
|
@ -2466,7 +2466,7 @@ DIV.nodata_text {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
DIV.nodata_container {
|
||||
div.nodata_container {
|
||||
width:150px;
|
||||
height:100px;
|
||||
background-repeat:no-repeat;
|
||||
|
|
Loading…
Reference in New Issue