Added pie chart

This commit is contained in:
Abhas Bhattacharya
2017-03-17 21:13:53 +05:30
parent 4fa9d90d04
commit 5fa6de18c4
3 changed files with 120 additions and 13 deletions
+7 -3
View File
@@ -149,11 +149,15 @@ ul.unstyled-list
/* d3 styles*/
.bar {
fill: steelblue;
fill: steelblue;
}
.bar:hover {
fill: brown;
.bar:hover,.arc:hover path{
-webkit-transition: fill 0.5s;
-o-transition: fill 0.5s;
transition: fill 0.5s;
fill: brown !important;
}
.axis--x path {