add font size adjustment for chart labels in HorizontalBarChart
This commit is contained in:
parent
19df5a55ff
commit
b57b46440d
@ -74,6 +74,7 @@ const HorizontalBarChart = ({
|
||||
textAnchor: "center",
|
||||
style: {
|
||||
colors: ["#000"], // Black labels
|
||||
fontSize: "8px",
|
||||
},
|
||||
formatter: function (_, opt) {
|
||||
const originalVal = sortedSeriesData[opt.dataPointIndex]; // Show real value
|
||||
|
Loading…
x
Reference in New Issue
Block a user