| .discreteViolin,.compareVio, .HistogramX, .ScatterPlotX, .barchartX { |
| .bar { |
| fill: #666666; |
| stroke: #ccc; |
| stroke-width: 0.5px; |
| transition-duration: .5s; |
|
|
| &:hover { |
| stroke: #666666; |
| stroke-width: 1px; |
| stroke-dasharray: 2,2 ; |
| |
| } |
|
|
| &.selected{ |
| |
| |
| |
| opacity: 1; |
| } |
| } |
|
|
| .sizeLabel { |
| font-size: 8px; |
| |
| font-weight: 400; |
| fill: var(--text-color); |
| |
| text-anchor: middle; |
| } |
|
|
|
|
| .label { |
| font-size: 10px; |
| |
| font-weight: bold; |
| dominant-baseline: middle; |
| text-anchor: middle; |
| } |
|
|
| .x-axis, .y-axis { |
| font-family: inherit; |
| } |
| } |
|
|
| .HistogramX { |
| background-color: transparent; |
| border-radius: 6px; |
| } |