constructor(chart: FlexChartBase, options?: any): ChartAnimation
ChartAnimation クラスの新しいインスタンスを初期化します。
A chart to which the ChartAnimation is attached.
A JavaScript object containing initialization data for ChartAnimation.
プロットポイントを一度に1つずつアニメーションするか、系列ごとにアニメーションするか、一度にすべてをアニメーションするかを取得または設定します。アニメーション全体は時間内に完了します。
animate(): void
アニメーションを実行します。
FlexChart、FinancialChart、およびFlexPie のアニメーションを表します。
ChartAnimation は、チャートのロードおよび更新中に組み込みのアニメーションを提供します。 アニメーションは、時間、イージング関数、アニメーションモードなどのプロパティを使用して、 ユーザーが設定できます。