From 28491d747e0ee7af3e5008a2c46d20b04e1caf5b Mon Sep 17 00:00:00 2001 From: agoldenbaum Date: Mon, 8 Jan 2024 13:23:59 -0500 Subject: [PATCH] Export chart highlighting sample --- .../chart-highlight-filter/src/app.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/charts/category-chart/chart-highlight-filter/src/app.component.html b/samples/charts/category-chart/chart-highlight-filter/src/app.component.html index e0b7e2f3c..4dc5ba354 100644 --- a/samples/charts/category-chart/chart-highlight-filter/src/app.component.html +++ b/samples/charts/category-chart/chart-highlight-filter/src/app.component.html @@ -23,7 +23,9 @@ #chart chartType="Column" [dataSource]="salesData" - initialGroups="MonthName"> + initialGroups="MonthName" + initialHighlightFilter="Country ne 'UK'" + highlightedValuesDisplayMode="Hidden">