Files
tunmnlu/task_2/others-answer/omsa-main/CS-6242-OAN/hw2/Q3/linecharts.css
louiscklaw 9035c1312b update,
2025-02-01 02:09:32 +08:00

37 lines
467 B
CSS

/* AXES */
/* ticks */
.axis line{
stroke: #706f6f;
stroke-width: 0.5;
shape-rendering: crispEdges;
}
/* axis contour */
.axis path {
stroke: #706f6f;
stroke-width: 0.7;
shape-rendering: crispEdges;
}
/* axis text */
.axis text {
fill: #2b2929;
font-family: Georgia;
font-size: 120%;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
.serie_label {
fill: #2b2929;
font-family: Georgia;
font-size: 80%;
}
#circle_text {
fill: white
}