KnockoutJS binding for the ChartAnimation object.
Use the wjFlexChartAnimation binding to add ChartAnimation object to your KnockoutJS applications. For example:
<p>Here is a ChartAnimation:</p> <div data-bind="wjFlexChart: { itemsSource: data, bindingX: 'country',chartType:'Column' }"> <div data-bind="wjFlexChartAxis: { wjProperty: 'axisX', title: 'country' }"></div> <div data-bind="wjFlexChartSeries: { name: 'Sales', binding: 'sales' }"></div> <div data-bind="wjFlexChartAnimation: { animationMode: 'Series',easing:'Swing',duration:2000 } "></div> </div>
The wjFlexChartAnimation binding supports all read-write properties and events of the ChartAnimation class.
KnockoutJS binding for the ChartAnimation object.
Use the wjFlexChartAnimation binding to add ChartAnimation object to your KnockoutJS applications. For example:
The wjFlexChartAnimation binding supports all read-write properties and events of the ChartAnimation class.