Pie Chart Logo Design

Job ID: 39769580

Budget: ₹750 – ₹1,250 INR

{
"type": "pie",
"data": {
"labels": ["Shree", "Balu (Sand)", "Gitti (Gravel)", "Loha (Iron)", "Dalmia Cement"],
"datasets": [{
"data": [40, 15, 15, 15, 15],
"backgroundColor": [
"#FFD700", // Gold for Shree
"#F4A261", // Beige for Balu
"#8D5524", // Brown for Gitti
"#A9A9A9", // Grey for Loha
"#FF4040" // Red for Dalmia Cement
],
"borderColor": [
"#000000",
"#000000",
"#000000",
"#000000",
"#000000"
],
"borderWidth": 1
}]
},
"options": {
"plugins": {
"legend": {
"position": "bottom",
"labels": {
"color": "#000000",
"font": {
"size": 14,
"family": "Arial"
}
}
},
"title": {
"display": true,
"text": "Shree Enterprises Logo Concept",
"color": "#000000",
"font": {
"size": 18,
"family": "Arial"
}
}
}
}
}