3
I have a chart and the labels
which are on the x-axis are with a very dark color and I would like to change this color, I have tried to change the color property of the graph but only the title changes.
<p:chart type="bar" model="#{graficoBarraBean.barModel}" style="height:300px;color:green" />
The graph looks like this:
Notice that can barely see the names under the chart.
UPDATE: Note that I try to change the color by browser developer mode and it still doesn’t work.
you can paste the generated HTML into a fiddle?
– Leandro Amorim