Area Chart

BubbleChart is created with a BubbleChartModel.



Source

<p:bubbleChart id="sample" value="#{chartBean.bubbleModel}" xaxisLabel="Price" yaxisLabel="Labels"
                title="Sample Bubble Chart" style="width:400px;height:300px" />

<p:bubbleChart id="custom" value="org.primefaces.model.chart.BubbleChartModel@11f9632" shadow="false" bubbleGradients="true" bubbleAlpha="0.8"
                title="Custom Bubble Chart" style="width:400px;height:300px" xaxisAngle="-50" yaxisAngle="50"/>