diff --git a/src/components/Charts/HorizontalBarChart.jsx b/src/components/Charts/HorizontalBarChart.jsx index 79b47b13..960a4d2d 100644 --- a/src/components/Charts/HorizontalBarChart.jsx +++ b/src/components/Charts/HorizontalBarChart.jsx @@ -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