16 lines
199 B
Plaintext
16 lines
199 B
Plaintext
|
#mychart-dom-multi-bar {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
bottom: 50%;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
#mychart-dom-multi-scatter {
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
}
|