From dcd76a9da3852416c6fe79fc66f5863dfc10b3f1 Mon Sep 17 00:00:00 2001 From: mddifilippo89 Date: Tue, 19 Nov 2024 16:47:51 -0500 Subject: [PATCH] mdd-issue-470 https://github.com/IgniteUI/igniteui-xplat-examples/issues/470 --- samples/charts/category-chart/annotations-all.json | 4 +++- samples/charts/category-chart/annotations-callouts.json | 5 +++-- samples/charts/category-chart/annotations-crosshairs.json | 5 +++-- samples/charts/category-chart/annotations-custom.json | 5 +++-- samples/charts/category-chart/annotations-final-value.json | 5 +++-- samples/charts/category-chart/annotations-highlighting.json | 5 +++-- samples/charts/category-chart/highlighting-behavior.json | 5 +++-- samples/charts/category-chart/highlighting-mode.json | 5 +++-- samples/charts/category-chart/legend-highlighting.json | 5 +++-- 9 files changed, 27 insertions(+), 17 deletions(-) diff --git a/samples/charts/category-chart/annotations-all.json b/samples/charts/category-chart/annotations-all.json index f7a7d8c6..022ebc88 100644 --- a/samples/charts/category-chart/annotations-all.json +++ b/samples/charts/category-chart/annotations-all.json @@ -3,6 +3,7 @@ "legendTitle": "Average Temperature in Sydney" }, "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -67,7 +68,8 @@ "finalValueAnnotationsTextColor": "white", "finalValueAnnotationsPrecision": 0, "yAxisMaximumValue": 35, - "yAxisLabelLocation": "OutsideRight" + "yAxisLabelLocation": "OutsideRight", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/annotations-callouts.json b/samples/charts/category-chart/annotations-callouts.json index 0c8854ac..35099454 100644 --- a/samples/charts/category-chart/annotations-callouts.json +++ b/samples/charts/category-chart/annotations-callouts.json @@ -2,7 +2,7 @@ "strings": { "legendTitle": "Average Temperature in Sydney" }, - "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -36,7 +36,8 @@ "crosshairsAnnotationYAxisPrecision": 0, "yAxisMaximumValue": 35, "yAxisTitle": "Degrees Celsius", - "yAxisLabelLocation": "OutsideRight" + "yAxisLabelLocation": "OutsideRight", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/annotations-crosshairs.json b/samples/charts/category-chart/annotations-crosshairs.json index 255fa2eb..16784715 100644 --- a/samples/charts/category-chart/annotations-crosshairs.json +++ b/samples/charts/category-chart/annotations-crosshairs.json @@ -2,7 +2,7 @@ "strings": { "legendTitle": "Average Temperature in Sydney" }, - "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -48,7 +48,8 @@ "crosshairsLineThickness": 2, "crosshairsSnapToData": true, "yAxisMaximumValue": 35, - "yAxisLabelLocation": "OutsideRight" + "yAxisLabelLocation": "OutsideRight", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/annotations-custom.json b/samples/charts/category-chart/annotations-custom.json index be504b15..bde743d8 100644 --- a/samples/charts/category-chart/annotations-custom.json +++ b/samples/charts/category-chart/annotations-custom.json @@ -2,7 +2,7 @@ "strings": { "legendTitle": "Average Temperature in Sydney" }, - "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -40,7 +40,8 @@ "calloutsLabelMemberPath": "TempInfo", "calloutsAllowedPositions": [ "Top", "Bottom" ], "yAxisMaximumValue": 35, - "yAxisLabelLocation": "OutsideRight" + "yAxisLabelLocation": "OutsideRight", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/annotations-final-value.json b/samples/charts/category-chart/annotations-final-value.json index edfef8b1..9d61e65c 100644 --- a/samples/charts/category-chart/annotations-final-value.json +++ b/samples/charts/category-chart/annotations-final-value.json @@ -2,7 +2,7 @@ "strings": { "legendTitle": "Average Temperature in Sydney" }, - "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -38,7 +38,8 @@ "finalValueAnnotationsPrecision": 0, "crosshairsAnnotationYAxisPrecision": 0, "yAxisMaximumValue": 35, - "yAxisLabelLocation": "OutsideRight" + "yAxisLabelLocation": "OutsideRight", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/annotations-highlighting.json b/samples/charts/category-chart/annotations-highlighting.json index f1b4978b..d60194da 100644 --- a/samples/charts/category-chart/annotations-highlighting.json +++ b/samples/charts/category-chart/annotations-highlighting.json @@ -2,7 +2,7 @@ "strings": { "legendTitle": "Average Temperature in Sydney" }, - "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -41,7 +41,8 @@ "highlightingBehavior": "NearestItemsAndSeries", "yAxisMaximumValue": 35, "yAxisLabelLocation": "OutsideRight", - "toolTipType": "None" + "toolTipType": "None", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/highlighting-behavior.json b/samples/charts/category-chart/highlighting-behavior.json index d2737454..26baf10c 100644 --- a/samples/charts/category-chart/highlighting-behavior.json +++ b/samples/charts/category-chart/highlighting-behavior.json @@ -1,5 +1,5 @@ { - "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -30,7 +30,8 @@ "highlightingMode": "Brighten", "highlightingBehavior": "DirectlyOver", "toolTipType": "None", - "crosshairsDisplayMode": "None" + "crosshairsDisplayMode": "None", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/highlighting-mode.json b/samples/charts/category-chart/highlighting-mode.json index e473935b..410c0186 100644 --- a/samples/charts/category-chart/highlighting-mode.json +++ b/samples/charts/category-chart/highlighting-mode.json @@ -1,5 +1,5 @@ { - "hasAnimations": true, + "hasAnimations": false, "descriptions": { "editor": { "type": "PropertyEditorPanel", @@ -29,7 +29,8 @@ "dataSourceRef": "TemperatureAnnotatedData", "highlightingMode": "BrightenSpecific", "toolTipType": "None", - "crosshairsDisplayMode": "None" + "crosshairsDisplayMode": "None", + "isTransitionInEnabled": false } }, "modules": [ diff --git a/samples/charts/category-chart/legend-highlighting.json b/samples/charts/category-chart/legend-highlighting.json index 90ccfd7c..a1962600 100644 --- a/samples/charts/category-chart/legend-highlighting.json +++ b/samples/charts/category-chart/legend-highlighting.json @@ -1,5 +1,5 @@ { - "hasAnimations": true, + "hasAnimations": false, "strings": { "legendTitle": "Highest Grossing Movie Franchises" }, @@ -22,7 +22,8 @@ "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, "highlightingMode": "Brighten", - "legendHighlightingMode": "MatchSeries" + "legendHighlightingMode": "MatchSeries", + "isTransitionInEnabled": false } }, "modules": [