11 lines
198 B
CSS
11 lines
198 B
CSS
|
.barchart g {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.barchart .label {
|
||
|
font-family: "Lucida Console", Monaco, monospace;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
.barchart .label_underlay {
|
||
|
fill: rgba(255, 255, 255, .8);
|
||
|
}
|