ntopng/http_src/components/charts/bubble-chart.scss
2022-03-04 11:01:24 +01:00

12 lines
191 B
SCSS

#bubble_chart {
background-color: #FFFFFF;
border: 3px dotted #DDDDDD;
font: 10px sans-serif;
height: 400px;
text-shadow: none;
width: 600px;
}
.bubble {
position: relative;
}