Commit bb9b763e authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix css scope - #93

parent 75ae36e5
/*-- Chart --*/
svg {
.c3 svg {
font: 10px sans-serif;
}
path, line {
.c3 path, .c3 line {
fill: none;
stroke: #000;
stroke-width: 1px;
}
text {
.c3 text {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
......
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