From 4b72aaffd8108939a3fc11ca3474d45cad88153f Mon Sep 17 00:00:00 2001 From: tfsbuild Date: Fri, 26 Sep 2025 10:36:23 -0400 Subject: [PATCH] Adding changes from build igniteui-xplat-examples-output+PRs_2025.9.26.2 --- .../category-chart/column-chart-multiple-sources/index.html | 2 +- .../charts/category-chart/column-chart-single-source/index.html | 2 +- samples/charts/category-chart/column-chart-styling/index.html | 2 +- .../category-chart/data-tooltip-formatting-decimals/index.html | 2 +- .../charts/category-chart/step-area-multiple-sources/index.html | 2 +- samples/charts/category-chart/step-area-styling/index.html | 2 +- .../charts/category-chart/step-line-multiple-sources/index.html | 2 +- .../charts/category-chart/step-line-single-source/index.html | 2 +- samples/charts/category-chart/step-line-styling/index.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/charts/category-chart/column-chart-multiple-sources/index.html b/samples/charts/category-chart/column-chart-multiple-sources/index.html index 23abf9092c..8e7ccd3709 100644 --- a/samples/charts/category-chart/column-chart-multiple-sources/index.html +++ b/samples/charts/category-chart/column-chart-multiple-sources/index.html @@ -42,7 +42,7 @@ y-axis-label-left-margin="0" is-horizontal-zoom-enabled="false" is-vertical-zoom-enabled="false" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" crosshairs-display-mode="None"> diff --git a/samples/charts/category-chart/column-chart-single-source/index.html b/samples/charts/category-chart/column-chart-single-source/index.html index 2cccf8d63b..3e36bb7e41 100644 --- a/samples/charts/category-chart/column-chart-single-source/index.html +++ b/samples/charts/category-chart/column-chart-single-source/index.html @@ -33,7 +33,7 @@ y-axis-label-left-margin="0" is-horizontal-zoom-enabled="false" is-vertical-zoom-enabled="false" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" highlighting-mode="FadeOthersSpecific" highlighting-behavior="NearestItemsAndSeries" crosshairs-display-mode="None"> diff --git a/samples/charts/category-chart/column-chart-styling/index.html b/samples/charts/category-chart/column-chart-styling/index.html index 149257f59b..d58c2666df 100644 --- a/samples/charts/category-chart/column-chart-styling/index.html +++ b/samples/charts/category-chart/column-chart-styling/index.html @@ -43,7 +43,7 @@ x-axis-major-stroke="lightgray" x-axis-gap="0.5" crosshairs-display-mode="None" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" highlighting-mode="FadeOthersSpecific" highlighting-behavior="NearestItemsAndSeries"> diff --git a/samples/charts/category-chart/data-tooltip-formatting-decimals/index.html b/samples/charts/category-chart/data-tooltip-formatting-decimals/index.html index 41e34eb12e..ebb31e94ba 100644 --- a/samples/charts/category-chart/data-tooltip-formatting-decimals/index.html +++ b/samples/charts/category-chart/data-tooltip-formatting-decimals/index.html @@ -36,7 +36,7 @@ y-axis-title-left-margin="10" y-axis-title-right-margin="5" y-axis-label-left-margin="0" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" crosshairs-display-mode="None" highlighting-mode="FadeOthersSpecific" highlighting-behavior="NearestItemsAndSeries"> diff --git a/samples/charts/category-chart/step-area-multiple-sources/index.html b/samples/charts/category-chart/step-area-multiple-sources/index.html index f0ccfa48b2..098550e72f 100644 --- a/samples/charts/category-chart/step-area-multiple-sources/index.html +++ b/samples/charts/category-chart/step-area-multiple-sources/index.html @@ -40,7 +40,7 @@ title-left-margin="25" title-top-margin="10" title-bottom-margin="10" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" is-series-highlighting-enabled="true" is-transition-in-enabled="true" is-horizontal-zoom-enabled="false" diff --git a/samples/charts/category-chart/step-area-styling/index.html b/samples/charts/category-chart/step-area-styling/index.html index 27258b759d..f311a462d5 100644 --- a/samples/charts/category-chart/step-area-styling/index.html +++ b/samples/charts/category-chart/step-area-styling/index.html @@ -38,7 +38,7 @@ id="chart" chart-type="StepArea" y-axis-title="TWh" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" is-series-highlighting-enabled="true" is-transition-in-enabled="true" is-horizontal-zoom-enabled="false" diff --git a/samples/charts/category-chart/step-line-multiple-sources/index.html b/samples/charts/category-chart/step-line-multiple-sources/index.html index c696c1e749..0d507a9d5a 100644 --- a/samples/charts/category-chart/step-line-multiple-sources/index.html +++ b/samples/charts/category-chart/step-line-multiple-sources/index.html @@ -36,7 +36,7 @@ id="chart" chart-type="StepLine" included-properties="year, europe, china, america" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" is-series-highlighting-enabled="true" is-horizontal-zoom-enabled="false" is-vertical-zoom-enabled="false" diff --git a/samples/charts/category-chart/step-line-single-source/index.html b/samples/charts/category-chart/step-line-single-source/index.html index 313621b1fd..2a0c5900ec 100644 --- a/samples/charts/category-chart/step-line-single-source/index.html +++ b/samples/charts/category-chart/step-line-single-source/index.html @@ -31,7 +31,7 @@ is-horizontal-zoom-enabled="false" is-vertical-zoom-enabled="false" y-axis-title="TWh" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" crosshairs-snap-to-data="true"> diff --git a/samples/charts/category-chart/step-line-styling/index.html b/samples/charts/category-chart/step-line-styling/index.html index 8187cd074b..9b84d504c5 100644 --- a/samples/charts/category-chart/step-line-styling/index.html +++ b/samples/charts/category-chart/step-line-styling/index.html @@ -36,7 +36,7 @@ id="chart" chart-type="StepLine" included-properties="year, europe, china, america" - is-category-highlighting-enabled="true" + is-category-highlighting-enabled="false" is-series-highlighting-enabled="true" is-horizontal-zoom-enabled="false" is-vertical-zoom-enabled="false"