chart
Version:
event based time series charting API
20 lines (19 loc) • 333 B
CSS
.legend {
padding:10px;
background-color:"#F3F300";
}
.legend div.axisname {
padding:0;
line-height:10px;
font-size:10px;
width:50px;
display:inline-block;
}
.legend div.axisname:hover {
text-decoration:underline;
}
.legendline {
vertical-align:middle;
display:inline-block;
width:20px;
}