Commit a640111d authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Fix class name and enable select/unselect interface for bars

parent b856be58
......@@ -23,7 +23,7 @@ path, line {
/*-- Line --*/
.target-line {
.__line {
stroke-width: 1px;
}
/*-- Point --*/
......@@ -35,11 +35,11 @@ path, line {
/*-- Bar --*/
.target-bar._e_ {
.__bar._e_ {
stroke-width: 6px;
}
/* TODO: use this
.target-bar._s_ {
.__bar._s_ {
stroke-width: 1px;
fill-opacity: 0.4;
}
......
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