Rename js folder to app

This commit is contained in:
2017-03-18 13:44:28 +05:30
parent 5cac0568b8
commit cd2224d32e
9 changed files with 0 additions and 0 deletions
@@ -0,0 +1,34 @@
.chart-selector-container
{
width: 100%;
height: 3em;
padding: 1em;
}
.chart-selector
{
float: right;
/*margin-right: 1em;*/
}
.chart
{
width: 100%;
height: calc(100% - 3em);
/*background-color: lightgray;*/
overflow: hidden;
}
/* d3 styles*/
.bar {
fill: steelblue;
}
.bar:hover,.arc:hover path{
-webkit-transition: fill 0.5s;
-o-transition: fill 0.5s;
transition: fill 0.5s;
fill: brown !important;
}