Skip to content
Snippets Groups Projects
Graph.css 245 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: 100%; 
    height: auto; 
    padding: 20px; 
}


.pie-chart-container canvas {
    width: 100% !important; 
    height: auto !important;
}