update HorizontalBarChart styles: change data label position to top and add border radius
This commit is contained in:
parent
aa70c5d1da
commit
9c47b05d64
@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user