aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Chart.scss
blob: 2d6c5f0f24e831b2d7195f47b366c578802c048f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.tooltip {
    // make the height width bigger
    width: fit-content;
    height: fit-content;
}

.highlight {
    // change the color of the circle element to be red
    fill: red;
}
.chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}