Skip to content

Commit

Permalink
fix loaddash error, update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Tackett <[email protected]>
  • Loading branch information
Adam Tackett committed Dec 6, 2024
1 parent 7578e0c commit 6c7b9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1257,14 +1257,6 @@ exports[`Trace Detail Render Flyout component render trace detail 1`] = `
"dragmode": "select",
"height": 100,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down Expand Up @@ -1404,14 +1396,6 @@ 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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
EuiSpacer,
EuiText,
} from '@elastic/eui';
import _ from 'lodash';
import round from 'lodash/round';
import React, { useMemo } from 'react';
import { Plt } from '../../../visualizations/plotly/plot';
import { PanelTitle } from '../common/helper_functions';
Expand Down Expand Up @@ -91,4 +91,4 @@ export function ServiceBreakdownPanel(props: { data: ServiceBreakdownData[] }) {
<EuiSpacer />
</EuiPanel>
);
}
}

Check failure on line 94 in public/components/trace_analytics/components/traces/service_breakdown_panel.tsx

View workflow job for this annotation

GitHub Actions / Lint

Insert `⏎`

0 comments on commit 6c7b9e8

Please sign in to comment.