This sample is to display the animation effects (SeriesZoom - Chart).

The animation effect starts at the reference point in the chart and gradually expands.

duration: The total time to be taken for the animation effect.
elementOffset: The time between the animation effect of the first item and that of the next item.
	If the value of the elementOffset property is minus, the animation effect starts from the opposite direction.
relativeTo: The reference point. The valid values: chart, series
horizontalFocus: The horizontal reference point from the value of the relativeTo property. The valid values: left, center, right
verticalFocus: The vertical reference point from the value of the relativeTo property. The valid values: top, middle, bottom

ā—¸Layout
<Column2DSeries labelPosition="up" yField="Profit" itemRenderer="SemiCircleColumnItemRenderer">
	<showDataEffect>
		<SeriesZoom relativeTo="chart" horiontalFocus="center" 
		verticalFocus="center" duration="1200" elementOffset="60"/>
	</showDataEffect>
</Column2DSeries>