mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 21:52:01 +00:00
stles added + d3 column added
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user