IgniteUI / igniteui-angular-samples

Ignite UI for Angular demos for all available components and features
https://bit.ly/2L19rhp
36 stars 25 forks source link

Data Analysis Sample with Dock Manager #3377

Closed radomirchev closed 11 months ago

radomirchev commented 1 year ago

Description

Data Analysis Tool's icon is not showing or showing with wrong icon in the Dock Manager sample

Steps to reproduce

1.Open https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/data-analysis#text-range-selection

Result

Data Anaysis

mtsvyatkova commented 1 year ago

It looks that the data-analysis-dock-manager sample is still using local directives (e.g. import { ChartIntegrationDirective, IDeterminedChartTypesArgs } from '../directives/chart-integration/chart-integration.directive') instead of the igniteui-angular-extras package. Using the extras package as in the grid-dynamic-chart-data sample and removing the unused local directives under the directives folder should resolve the issue