Commit e00658ca authored by Masayuki Tanaka's avatar Masayuki Tanaka

Add css template for axis - #108

parent eff53ab9
...@@ -22,6 +22,23 @@ ...@@ -22,6 +22,23 @@
font-size: 13px; font-size: 13px;
} }
/*-- Axis --*/
.c3-axis-x .tick {
}
.c3-axis-x-label {
}
.c3-axis-y .tick {
}
.c3-axis-y-label {
}
.c3-axis-y2 .tick {
}
.c3-axis-y2-label {
}
/*-- Grid --*/ /*-- Grid --*/
.c3-grid line { .c3-grid line {
......
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