Newer
Older
/* Specific styles for the pie chart container */
.pie-chart-container {
display: block;
width: 400px;
height: 400px;
padding: 10px;
margin: auto;
}
.pie-chart-container canvas {
width: 100% !important;
height: 100% !important;