Implements AJAX Alerts Pie Charts

This commit is contained in:
Simone Mainardi 2016-11-15 18:52:03 +01:00
parent ef01d9a479
commit 86eceb6fe6
9 changed files with 241 additions and 8 deletions

View file

@ -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;