Skip to content

Instantly share code, notes, and snippets.

@hatemalimam
Created April 30, 2015 13:06
Show Gist options
  • Save hatemalimam/6c647a878e810cb719ed to your computer and use it in GitHub Desktop.
Save hatemalimam/6c647a878e810cb719ed to your computer and use it in GitHub Desktop.
Pie Chart Markup for ChartistJSF
<ct:chart id="pieChart" type="pie" model="#{chartDataBean.pieChartModel}" >
<p:ajax event="itemSelect" listener="#{chartDataBean.pieItemSelect}" update="pieChartMessage" />
</ct:chart>
<p:message id="pieChartMessage" for="pieChart" showDetail="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment