diff --git a/public/components/application_analytics/__tests__/__snapshots__/flyout.test.tsx.snap b/public/components/application_analytics/__tests__/__snapshots__/flyout.test.tsx.snap index 619b7b293b..53f48a7e19 100644 --- a/public/components/application_analytics/__tests__/__snapshots__/flyout.test.tsx.snap +++ b/public/components/application_analytics/__tests__/__snapshots__/flyout.test.tsx.snap @@ -1059,6 +1059,14 @@ exports[`Trace Detail Render Flyout component render trace detail 1`] = ` "barmode": "stack", "height": 60, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/custom_panels/helpers/__tests__/__snapshots__/utils.test.tsx.snap b/public/components/custom_panels/helpers/__tests__/__snapshots__/utils.test.tsx.snap index 0d5e2e56a0..b1e1f548d6 100644 --- a/public/components/custom_panels/helpers/__tests__/__snapshots__/utils.test.tsx.snap +++ b/public/components/custom_panels/helpers/__tests__/__snapshots__/utils.test.tsx.snap @@ -1546,6 +1546,14 @@ exports[`Utils helper functions renders displayVisualization function 1`] = ` ], "height": 1180, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", "traceorder": "normal", @@ -1909,7 +1917,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` "props": Object { "defaultSelections": Array [ Object { - "id": "lines", + "id": "lines+markers", "name": "Lines", }, ], @@ -1983,7 +1991,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` }, Object { "component": [Function], - "defaultState": 5, + "defaultState": 25, "eleType": "slider", "mapTo": "pointSize", "name": "Point size", @@ -2425,7 +2433,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` "props": Object { "defaultSelections": Array [ Object { - "id": "lines", + "id": "lines+markers", "name": "Lines", }, ], @@ -2499,7 +2507,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` }, Object { "component": [Function], - "defaultState": 5, + "defaultState": 25, "eleType": "slider", "mapTo": "pointSize", "name": "Point size", @@ -2995,7 +3003,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` "props": Object { "defaultSelections": Array [ Object { - "id": "lines", + "id": "lines+markers", "name": "Lines", }, ], @@ -3069,7 +3077,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` }, Object { "component": [Function], - "defaultState": 5, + "defaultState": 25, "eleType": "slider", "mapTo": "pointSize", "name": "Point size", @@ -3235,9 +3243,9 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` "color": "#3CA1C7", "width": 0, }, - "size": 5, + "size": 25, }, - "mode": "lines", + "mode": "lines+markers", "name": "avg(machine.ram)", "type": "line", "x": Array [ @@ -3338,9 +3346,9 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` "color": "#3CA1C7", "width": 0, }, - "size": 5, + "size": 25, }, - "mode": "lines", + "mode": "lines+markers", "name": "avg(machine.ram)", "type": "line", "x": Array [ @@ -3385,6 +3393,14 @@ exports[`Utils helper functions renders displayVisualization function 2`] = ` ], "height": 1180, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", "traceorder": "normal", @@ -4983,6 +4999,14 @@ exports[`Utils helper functions renders displayVisualization function 3`] = ` ], "height": 1180, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", "traceorder": "normal", diff --git a/public/components/event_analytics/explorer/visualizations/config_panel/__tests__/__snapshots__/config_panel.test.tsx.snap b/public/components/event_analytics/explorer/visualizations/config_panel/__tests__/__snapshots__/config_panel.test.tsx.snap index 951ef271ea..1c8c8ecd68 100644 --- a/public/components/event_analytics/explorer/visualizations/config_panel/__tests__/__snapshots__/config_panel.test.tsx.snap +++ b/public/components/event_analytics/explorer/visualizations/config_panel/__tests__/__snapshots__/config_panel.test.tsx.snap @@ -1434,7 +1434,7 @@ exports[`Config panel component Renders config panel with visualization data 1`] "props": Object { "defaultSelections": Array [ Object { - "id": "lines", + "id": "lines+markers", "name": "Lines", }, ], @@ -1508,7 +1508,7 @@ exports[`Config panel component Renders config panel with visualization data 1`] }, Object { "component": [Function], - "defaultState": 5, + "defaultState": 25, "eleType": "slider", "mapTo": "pointSize", "name": "Point size", diff --git a/public/components/trace_analytics/components/common/plots/__tests__/__snapshots__/service_map_scale.test.tsx.snap b/public/components/trace_analytics/components/common/plots/__tests__/__snapshots__/service_map_scale.test.tsx.snap index 30ed8d0d43..8c75b6512c 100644 --- a/public/components/trace_analytics/components/common/plots/__tests__/__snapshots__/service_map_scale.test.tsx.snap +++ b/public/components/trace_analytics/components/common/plots/__tests__/__snapshots__/service_map_scale.test.tsx.snap @@ -170,6 +170,14 @@ exports[`Service map scale component renders service map scale plot 1`] = ` "barmode": "stack", "height": 270, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/dashboard_table.test.tsx.snap b/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/dashboard_table.test.tsx.snap index 082b5caf23..d6b17d1f8f 100644 --- a/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/dashboard_table.test.tsx.snap +++ b/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/dashboard_table.test.tsx.snap @@ -2300,6 +2300,14 @@ exports[`Dashboard table component renders dashboard table 1`] = ` "barmode": "stack", "height": 15, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/top_latency_table.test.tsx.snap b/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/top_latency_table.test.tsx.snap index edcc7059d9..5907b021b8 100644 --- a/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/top_latency_table.test.tsx.snap +++ b/public/components/trace_analytics/components/dashboard/__tests__/__snapshots__/top_latency_table.test.tsx.snap @@ -2379,6 +2379,14 @@ exports[`Latency Table component renders top error rates table with data 1`] = ` "barmode": "stack", "height": 15, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/trace_analytics/components/traces/__tests__/__snapshots__/service_breakdown_panel.test.tsx.snap b/public/components/trace_analytics/components/traces/__tests__/__snapshots__/service_breakdown_panel.test.tsx.snap index 9024b9fa83..693155830e 100644 --- a/public/components/trace_analytics/components/traces/__tests__/__snapshots__/service_breakdown_panel.test.tsx.snap +++ b/public/components/trace_analytics/components/traces/__tests__/__snapshots__/service_breakdown_panel.test.tsx.snap @@ -199,6 +199,14 @@ exports[`Service breakdown panel component renders service breakdown panel 1`] = "barmode": "stack", "height": 200, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/trace_analytics/components/traces/__tests__/__snapshots__/span_detail_panel.test.tsx.snap b/public/components/trace_analytics/components/traces/__tests__/__snapshots__/span_detail_panel.test.tsx.snap index 9c05f6040d..81b1ea3c2e 100644 --- a/public/components/trace_analytics/components/traces/__tests__/__snapshots__/span_detail_panel.test.tsx.snap +++ b/public/components/trace_analytics/components/traces/__tests__/__snapshots__/span_detail_panel.test.tsx.snap @@ -460,6 +460,14 @@ exports[`Service breakdown panel component renders service breakdown panel 1`] = "barmode": "stack", "height": 110, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/visualizations/charts/__tests__/__snapshots__/bar.test.tsx.snap b/public/components/visualizations/charts/__tests__/__snapshots__/bar.test.tsx.snap index 4ef2438dcc..9a8969dba7 100644 --- a/public/components/visualizations/charts/__tests__/__snapshots__/bar.test.tsx.snap +++ b/public/components/visualizations/charts/__tests__/__snapshots__/bar.test.tsx.snap @@ -760,6 +760,14 @@ exports[`Veritcal Bar component Renders veritcal bar component 1`] = ` ], "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", }, diff --git a/public/components/visualizations/charts/__tests__/__snapshots__/heatmap.test.tsx.snap b/public/components/visualizations/charts/__tests__/__snapshots__/heatmap.test.tsx.snap index 96158b2b1a..9c8fae85f3 100644 --- a/public/components/visualizations/charts/__tests__/__snapshots__/heatmap.test.tsx.snap +++ b/public/components/visualizations/charts/__tests__/__snapshots__/heatmap.test.tsx.snap @@ -767,6 +767,14 @@ exports[`Heatmap component Renders heatmap component 1`] = ` ], "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/visualizations/charts/__tests__/__snapshots__/histogram.test.tsx.snap b/public/components/visualizations/charts/__tests__/__snapshots__/histogram.test.tsx.snap index 0b52d72224..7bf2d6bdf1 100644 --- a/public/components/visualizations/charts/__tests__/__snapshots__/histogram.test.tsx.snap +++ b/public/components/visualizations/charts/__tests__/__snapshots__/histogram.test.tsx.snap @@ -771,6 +771,14 @@ exports[`Histogram component Renders histogram component 1`] = ` ], "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", }, diff --git a/public/components/visualizations/charts/__tests__/__snapshots__/horizontal_bar.test.tsx.snap b/public/components/visualizations/charts/__tests__/__snapshots__/horizontal_bar.test.tsx.snap index 1382d0f088..c992e02d76 100644 --- a/public/components/visualizations/charts/__tests__/__snapshots__/horizontal_bar.test.tsx.snap +++ b/public/components/visualizations/charts/__tests__/__snapshots__/horizontal_bar.test.tsx.snap @@ -760,6 +760,14 @@ exports[`Horizontal bar component Renders horizontal bar component 1`] = ` ], "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", }, diff --git a/public/components/visualizations/charts/__tests__/__snapshots__/line.test.tsx.snap b/public/components/visualizations/charts/__tests__/__snapshots__/line.test.tsx.snap index 314d2a1869..74a81885f6 100644 --- a/public/components/visualizations/charts/__tests__/__snapshots__/line.test.tsx.snap +++ b/public/components/visualizations/charts/__tests__/__snapshots__/line.test.tsx.snap @@ -753,6 +753,14 @@ exports[`Line component Renders line component 1`] = ` ], "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", }, diff --git a/public/components/visualizations/charts/__tests__/__snapshots__/pie.test.tsx.snap b/public/components/visualizations/charts/__tests__/__snapshots__/pie.test.tsx.snap index 568f866a5e..89393ea979 100644 --- a/public/components/visualizations/charts/__tests__/__snapshots__/pie.test.tsx.snap +++ b/public/components/visualizations/charts/__tests__/__snapshots__/pie.test.tsx.snap @@ -744,6 +744,14 @@ exports[`Pie component Renders pie component 1`] = ` }, "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "v", }, diff --git a/public/components/visualizations/charts/__tests__/__snapshots__/treemap.test.tsx.snap b/public/components/visualizations/charts/__tests__/__snapshots__/treemap.test.tsx.snap index be76152d91..7dcaf996f4 100644 --- a/public/components/visualizations/charts/__tests__/__snapshots__/treemap.test.tsx.snap +++ b/public/components/visualizations/charts/__tests__/__snapshots__/treemap.test.tsx.snap @@ -794,6 +794,14 @@ exports[`Treemap component Renders treemap component 1`] = ` ], "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal", diff --git a/public/components/visualizations/plotly/__tests__/__snapshots__/plotly.test.tsx.snap b/public/components/visualizations/plotly/__tests__/__snapshots__/plotly.test.tsx.snap index 5ed2e0512b..fe7f519ae8 100644 --- a/public/components/visualizations/plotly/__tests__/__snapshots__/plotly.test.tsx.snap +++ b/public/components/visualizations/plotly/__tests__/__snapshots__/plotly.test.tsx.snap @@ -105,6 +105,14 @@ exports[`Ploty base component Renders Ploty base component 1`] = ` ], "height": 220, "hovermode": "closest", + "layout": Object { + "annotations": Array [ + Object { + "showarrow": true, + "xanchor": "right", + }, + ], + }, "legend": Object { "orientation": "h", "traceorder": "normal",