Skip to content

Commit 71f1583

Browse files
author
pipeline
committed
config(EJ2-5383): Referred getElement from charts
1 parent ba5af37 commit 71f1583

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

src/chart/drilldown-pie-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/chart/drilldown-pie.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { Component, ViewChild, ViewEncapsulation } from '@angular/core';
22
import {
3-
AccumulationChartComponent, IMouseEventArgs, indexFinder, Index, IAccTextRenderEventArgs,
4-
AccumulationChart, IAccLoadedEventArgs, AccumulationTheme, getElement
3+
AccumulationChartComponent, IMouseEventArgs, Index, IAccTextRenderEventArgs,
4+
AccumulationChart, IAccLoadedEventArgs, AccumulationTheme
55
} from '@syncfusion/ej2-ng-charts';
6+
import { getElement, indexFinder } from '@syncfusion/ej2-charts';
67

78
/**
89
* Sample for Drilldown in Pie chart

0 commit comments

Comments
 (0)