aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBox.scss
blob: 00ad099ace03f04c86f1ca6cdd7f8ab6479b57df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.histogrambox-container {
    padding: 0vw;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .histogrambox-gridlabel {
    position:absolute;
    transform-origin: left top;
  }
  .histogrambox-xaxislabel {
    position:absolute;
    width:100%;
    text-align: center;
    bottom:0;
  }