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 ?
Asked
Active
Viewed 122 times
0

DanteVoronoi
- 1,133
- 1
- 13
- 20
-
2Possible duplicate of [Customize primefaces chart](http://stackoverflow.com/questions/23846494/customize-primefaces-chart) – Jasper de Vries Sep 06 '16 at 09:59
-
@JasperdeVries I find solution. When I set series in Java, I can use method `setFillAlpha()`. – DanteVoronoi Sep 06 '16 at 10:05
-
Good! Hopefully the duplicate is also useful. – Jasper de Vries Sep 06 '16 at 10:07
1 Answers
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