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 23abf9092..8e7ccd370 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 2cccf8d63..3e36bb7e4 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 149257f59..d58c2666d 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 41e34eb12..ebb31e94b 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 f0ccfa48b..098550e72 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 27258b759..f311a462d 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 c696c1e74..0d507a9d5 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 313621b1f..2a0c5900e 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 8187cd074..9b84d504c 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"