Fix chart style conflict

Change-Id: Ic1feb967e65439a7e58e987776f7e57746adb373
This commit is contained in:
jiahuay 2014-10-21 16:21:04 -07:00
parent 27a04ccca2
commit 63690a9c2e

View File

@ -26,12 +26,12 @@ circle.parent:hover {
circle.child { circle.child {
pointer-events: none; pointer-events: none;
} }
circle.parent { circlepacking circle.parent {
fill-opacity: 1 !important; fill-opacity: 1 !important;
//stroke: none !important; //stroke: none !important;
fill: #E6F7FF!important; fill: #E6F7FF!important;
} }
circle { circlepacking circle {
fill-opacity: 1 !important; fill-opacity: 1 !important;
//stroke: none !important; //stroke: none !important;
} }