During deployment, you added PCXML templates to your Corda implementation. Now you can configure the Chart component to use these templates.
The endeca-corda-chart-portlet-<version>.war archive file is included in components-<version>.zip.
To configure the Chart component's PCXML templates:
<bean id="3dPieChart" class="com.endeca.portlet.corda.CordaChartConfiguration"> <property name="chartDisplayName" value="3D Pie" /> <property name="pcxml" value="3DPie.pcxml" /> </bean>This configuration causes the Chart component to display an additional option on its Preferences panel, allowing the use of 3D Pie as a chart style.