aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Chart.scss
blob: 7792a275868494c5d36fd83784913acbaa6af141 (plain)
1
2
3
4
5
6
7
8
9
10
.tooltip {
    // make the height width bigger
    width: 50px;
    height: 50px;
}

.highlight {
    // change the color of the circle element to be red
    fill: red;
}