mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements AJAX Alerts Pie Charts
This commit is contained in:
parent
ef01d9a479
commit
86eceb6fe6
9 changed files with 241 additions and 8 deletions
6
httpdocs/css/pie-chart.css
vendored
6
httpdocs/css/pie-chart.css
vendored
|
|
@ -21,6 +21,12 @@
|
|||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.pie-chart-small {
|
||||
height: 260px;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.pie-chart .total{
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue