Browse Source

Update Chart-Component.md

pull/10186/head
Mehmet Erim 4 years ago
committed by GitHub
parent
commit
d2584fb5b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/UI/Angular/Chart-Component.md

4
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:

Loading…
Cancel
Save