Skip to content
Snippets Groups Projects
Graph.css 265 B
Newer Older
Asal Sahami Moghaddam's avatar
Asal Sahami Moghaddam committed
/* Specific styles for the pie chart container */
.pie-chart-container {
    display: block; 
    width: 400px; 
    height: 400px; 
    padding: 10px; 
    margin: auto;
Asal Sahami Moghaddam's avatar
Asal Sahami Moghaddam committed
}


.pie-chart-container canvas {
    width: 100% !important; 
    height: 100% !important;
Asal Sahami Moghaddam's avatar
Asal Sahami Moghaddam committed
}