Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes from igniteui-xplat-docs-make-pr for en #6039

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions en/components/charts/types/data-pie-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ In addition to the mouse highlighting, the [`IgxDataPieChartComponent`]({environ

When these conditions are met, the values of the subset will be highlighted, while the remainder of the full set of data will be faded - effectively creating a highlight for the subset and allowing easier visualization of a subset of your data within the same control.

The following example demonstrates highlight filtering.

<code-view style="height: 600px" alt="Angular Data Pie Chart Highlight Filtering"
data-demos-base-url="{environment:dvDemosBaseUrl}"
iframe-src="{environment:dvDemosBaseUrl}/charts/data-pie-chart/highlight-filter"
github-src="charts/data-pie-chart/highlight-filter">
</code-view>


<div class="divider--half"></div>

## Angular Data Pie Chart Animation
Expand All @@ -177,8 +186,8 @@ The following sample demonstrates the usage of animation in the [`IgxDataPieChar

<code-view style="height: 600px" alt="Angular Data Pie Chart Animation"
data-demos-base-url="{environment:dvDemosBaseUrl}"
iframe-src="{environment:dvDemosBaseUrl}/charts/data-pie-chart/animation"
github-src="charts/data-pie-chart/animation">
iframe-src="{environment:dvDemosBaseUrl}/charts/data-pie-chart/animation-replay"
github-src="charts/data-pie-chart/animation-replay">
</code-view>


Expand Down