I use primefaces 5.2 and I have the following graphic:
What I would like to do is leave the part below the line in blue, but I did not find anything similar on the web, does anyone know if this is possible and how to do it?
You can customize almost all elements using only CSS declarations. Please try the following:
canvas.jqplot-series-canvas {
background: rgba(65, 143, 199, 0.11);
}
I made an example using showcase do primefaces
. Here is a screenshot of the result:
Update
Afteramoredetailedexplanationoftheproblem,wehaveverifiedthatthesolutionistouseanothertypeofchart,knownas gráfico de área
.