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: