.VictoryContainer {
    svg > g:last-child > path {
        &:hover {
            cursor: pointer;
        }
    }
}
