Skip to content

Commit

Permalink
mdd-issue-470
Browse files Browse the repository at this point in the history
  • Loading branch information
mddifilippo89 committed Nov 19, 2024
1 parent f48f4e7 commit dcd76a9
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 17 deletions.
4 changes: 3 additions & 1 deletion samples/charts/category-chart/annotations-all.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"legendTitle": "Average Temperature in Sydney"
},
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -67,7 +68,8 @@
"finalValueAnnotationsTextColor": "white",
"finalValueAnnotationsPrecision": 0,
"yAxisMaximumValue": 35,
"yAxisLabelLocation": "OutsideRight"
"yAxisLabelLocation": "OutsideRight",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/annotations-callouts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"strings": {
"legendTitle": "Average Temperature in Sydney"
},
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -36,7 +36,8 @@
"crosshairsAnnotationYAxisPrecision": 0,
"yAxisMaximumValue": 35,
"yAxisTitle": "Degrees Celsius",
"yAxisLabelLocation": "OutsideRight"
"yAxisLabelLocation": "OutsideRight",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/annotations-crosshairs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"strings": {
"legendTitle": "Average Temperature in Sydney"
},
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -48,7 +48,8 @@
"crosshairsLineThickness": 2,
"crosshairsSnapToData": true,
"yAxisMaximumValue": 35,
"yAxisLabelLocation": "OutsideRight"
"yAxisLabelLocation": "OutsideRight",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/annotations-custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"strings": {
"legendTitle": "Average Temperature in Sydney"
},
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -40,7 +40,8 @@
"calloutsLabelMemberPath": "TempInfo",
"calloutsAllowedPositions": [ "Top", "Bottom" ],
"yAxisMaximumValue": 35,
"yAxisLabelLocation": "OutsideRight"
"yAxisLabelLocation": "OutsideRight",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/annotations-final-value.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"strings": {
"legendTitle": "Average Temperature in Sydney"
},
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -38,7 +38,8 @@
"finalValueAnnotationsPrecision": 0,
"crosshairsAnnotationYAxisPrecision": 0,
"yAxisMaximumValue": 35,
"yAxisLabelLocation": "OutsideRight"
"yAxisLabelLocation": "OutsideRight",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/annotations-highlighting.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"strings": {
"legendTitle": "Average Temperature in Sydney"
},
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -41,7 +41,8 @@
"highlightingBehavior": "NearestItemsAndSeries",
"yAxisMaximumValue": 35,
"yAxisLabelLocation": "OutsideRight",
"toolTipType": "None"
"toolTipType": "None",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/highlighting-behavior.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -30,7 +30,8 @@
"highlightingMode": "Brighten",
"highlightingBehavior": "DirectlyOver",
"toolTipType": "None",
"crosshairsDisplayMode": "None"
"crosshairsDisplayMode": "None",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/highlighting-mode.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hasAnimations": true,
"hasAnimations": false,
"descriptions": {
"editor": {
"type": "PropertyEditorPanel",
Expand Down Expand Up @@ -29,7 +29,8 @@
"dataSourceRef": "TemperatureAnnotatedData",
"highlightingMode": "BrightenSpecific",
"toolTipType": "None",
"crosshairsDisplayMode": "None"
"crosshairsDisplayMode": "None",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down
5 changes: 3 additions & 2 deletions samples/charts/category-chart/legend-highlighting.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hasAnimations": true,
"hasAnimations": false,
"strings": {
"legendTitle": "Highest Grossing Movie Franchises"
},
Expand All @@ -22,7 +22,8 @@
"isHorizontalZoomEnabled": false,
"isVerticalZoomEnabled": false,
"highlightingMode": "Brighten",
"legendHighlightingMode": "MatchSeries"
"legendHighlightingMode": "MatchSeries",
"isTransitionInEnabled": false
}
},
"modules": [
Expand Down

0 comments on commit dcd76a9

Please sign in to comment.