Pie Charts
Pie charts are percentage-based. A pie chart models percentage-based data as individual slices of pie. Each data set must be defined as a new instance of the SingleValueColumn
object. Follow these steps to configure your portlet to use pie charts.
-
Import the chart taglib along with the
PieChartConfig
andSingleValueColumn
classes into your bundle’sinit.jsp
file: -
Add the following Java scriptlet to the top of your
view.jsp
: -
Add the
<chart>
taglib to theview.jsp
, passing the_pieChartConfig
as theconfig
attribute’s value:
Awesome! Now you know how to create pie charts for your apps.