Browse Source

make initChart of chart component method private

pull/10186/head
Mehmet Erim 5 years ago
parent
commit
cc3f46d92d
  1. 2
      npm/ng-packs/packages/components/chart.js/src/chart.component.ts

2
npm/ng-packs/packages/components/chart.js/src/chart.component.ts

@ -88,7 +88,7 @@ export class ChartComponent implements AfterViewInit, OnDestroy, OnChanges {
}
}
initChart = () => {
private initChart = () => {
const opts = this.options || {};
opts.responsive = this.responsive;

Loading…
Cancel
Save