From d2584fb5b3e497ae55ca947aa70e95db120972fe Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 30 Sep 2021 14:07:59 +0300 Subject: [PATCH] Update Chart-Component.md --- docs/en/UI/Angular/Chart-Component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/UI/Angular/Chart-Component.md b/docs/en/UI/Angular/Chart-Component.md index c11fb0f715..02d8cc5e3d 100644 --- a/docs/en/UI/Angular/Chart-Component.md +++ b/docs/en/UI/Angular/Chart-Component.md @@ -25,7 +25,7 @@ import { ChartDemoComponent } from './chart-demo.component'; export class YourFeatureModule {} ``` -Then, `abp-chart` component can be used: +Then, `abp-chart` component can be used. See an example: ```ts // chart-demo.component.ts @@ -50,7 +50,7 @@ export class ChartDemoComponent { } ``` -> **Important Note**: Changing the data without creating a new data instance does not trigger change detection. In order to chart to redraw itself, a new data object needs to be created. +> **Important Note**: Changing the chart data without creating a new data instance does not trigger change detection. In order to chart to redraw itself, a new data object needs to be created. See the result: