mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 13:42:05 +00:00
Bar chart half done
This commit is contained in:
@@ -98,7 +98,7 @@ body
|
||||
.chart
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 3em);
|
||||
|
||||
/*background-color: lightgray;*/
|
||||
overflow: hidden;
|
||||
@@ -134,6 +134,18 @@ ul.unstyled-list
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.chart-selector-container
|
||||
{
|
||||
width: 100%;
|
||||
height: 3em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.chart-selector
|
||||
{
|
||||
float: right;
|
||||
/*margin-right: 1em;*/
|
||||
}
|
||||
|
||||
/* d3 styles*/
|
||||
.bar {
|
||||
|
||||
Reference in New Issue
Block a user