Quite good looking graph derived from d3.js http://c3js.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
276 B

.c3-xgrid-line line {
stroke: blue;
}
.c3-xgrid-line.grid4 line {
stroke: pink;
}
.c3-xgrid-line.grid4 text {
fill: pink;
}
.c3-ygrid-line line {
stroke: red;
}
.c3-ygrid-line.grid800 line {
stroke: green;
}
.c3-ygrid-line.grid800 text {
fill: green;
}