Chart/Dashboard Designer Help

I am trying to add more information to the chart that I created. I found this example:

Use notes in charts created with SharePoint Charts

However, when I get the other information to display the font is very large and in a circle. I have 32 rows on my bar chart, and it is difficult to see the “extra” information because it overlaps the Y axis values and the “extra” information overlaps each other.

Can you provide any guidance on how I could better display the “extra” information? It is one field that is a text value. Ideally, I would have the “extra” information display by hovering over the bar (similar to how the count for the bar does).

I submitted a ticket for this, but have not gotten a response.

Dear @rhonda,
If the notes are too large, you can try to set the font size - https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/seriesdefaults.notes.label#seriesdefaults.notes.label.font

Like so:

    config.seriesDefaults.notes = {
        label: { font: "20px sans-serif" }
    };