.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; }