author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 14 Jun 2016 18:15:26 +0200 | |
changeset 189 | 21b30ee23191 |
parent 188 | d2cb39155997 |
child 200 | a441c40f9c5e |
permissions | -rw-r--r-- |
#chart_div { width: 100%; height: 540px; background: #ddd; } text { pointer-events: none; } .grandparent text { font-weight: bold; } rect { stroke: #fff; } rect.parent, .grandparent rect { stroke-width: 2px; } .grandparent rect { fill: green; } .grandparent:hover rect { fill: lightgreen; } .children rect.parent, .grandparent rect { cursor: pointer; } .children rect.parent { fill-opacity: .5; }