0

I want set opacity for data series in my PrimeFaces chart, but I can't find in Google how do that. Maybe somebody can help , how set it ?

DanteVoronoi
  • 1,133
  • 1
  • 13
  • 20

1 Answers1

0

I found solution for this problem. In Java code I can use method setFillAlpha()and pass value of opacity for my chart. For example: lineModel.setFillAlpha(0.8).

DanteVoronoi
  • 1,133
  • 1
  • 13
  • 20