Commit 7617408d authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix css for text on chart - #46

parent 1b5a1cb8
...@@ -37,6 +37,11 @@ text { ...@@ -37,6 +37,11 @@ text {
.xgrid-focus { .xgrid-focus {
} }
/*-- Text on Chart --*/
.-text {
}
/*-- Line --*/ /*-- Line --*/
.-line { .-line {
...@@ -68,11 +73,7 @@ text { ...@@ -68,11 +73,7 @@ text {
fill: white; fill: white;
stroke-width: 2px; stroke-width: 2px;
} }
.-bartxt {
font-weight: bold;
fill: rgba(0,0,0,1);
stroke: rgba(0,0,0,0);
}
/*-- Arc --*/ /*-- Arc --*/
.chart-arcs-title { .chart-arcs-title {
......
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