Chartjs-PrimeFaces: ChartJs stacked bar chart label removal

0👍

I’ve managed it. In the js extender:

labels: {
         render: 'value',
         fontSize: 0
         }

I don’t even know why I removed the "position: inside" value, I just did. fontSize = 0 hid the numbers.

Leave a comment