update HorizontalBarChart styles: change data label position to top and add border radius

This commit is contained in:
Vaibhav Surve 2025-04-14 11:59:51 +05:30
parent aa70c5d1da
commit 9c47b05d64

View File

@ -58,8 +58,9 @@ const HorizontalBarChart = ({
barHeight: "60%", barHeight: "60%",
distributed: true, distributed: true,
horizontal: true, horizontal: true,
borderRadius: 10,
dataLabels: { dataLabels: {
position: "center", position: "top",
}, },
}, },
}, },