stles added + d3 column added

This commit is contained in:
2017-03-16 11:18:46 +05:30
parent 984fab4703
commit a9b89a6f96
5 changed files with 139 additions and 27 deletions
+43 -1
View File
@@ -53,7 +53,7 @@ body
.chooser>*,.chosen>*
{
padding: 0 .5em;
padding: .5em;
}
.main-content
@@ -93,6 +93,12 @@ body
width: 80%;
height: 80%;
}
.chart
{
width: 100%;
height: 100%;
background-color: lightgray;
}
@@ -103,4 +109,40 @@ ul.unstyled-list
padding: 0;
margin: 0;
}
.dim-header,.measure-header{
/*border: 2px solid black;*/
text-decoration: underline;
padding-bottom: 1em;
}
.chooser-dim,.chooser-measure,.chosen-dim,.chosen-measure
{
border: 2px solid black;
}
.chooser-measure{
border-top: none;
}
.chosen-dim,.chosen-measure
{
border-left: none;
}
.chosen-measure
{
border-top: none;
}
/* d3 styles*/
.bar {
fill: steelblue;
}
.bar:hover {
fill: brown;
}
.axis--x path {
display: none;
}