Commit c40e305c authored by Masayuki Tanaka's avatar Masayuki Tanaka

Implement pie chart - #9

parent 3d7490ff
...@@ -15,6 +15,15 @@ text { ...@@ -15,6 +15,15 @@ text {
user-select: none; user-select: none;
} }
.chart-arc path {
stroke: #fff;
}
.chart-arc text {
fill: #fff;
font-size: 13px;
}
/*-- Grid --*/ /*-- Grid --*/
.grid line { .grid line {
...@@ -60,7 +69,7 @@ text { ...@@ -60,7 +69,7 @@ text {
/*-- Focus --*/ /*-- Focus --*/
.target.focused path { .target.focused path.-line {
stroke-width: 2px; stroke-width: 2px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment