Skip to content

Commit

Permalink
Closes elastic#48538 by removing the average duration by country cust…
Browse files Browse the repository at this point in the history
…om geo map.
  • Loading branch information
ogupte committed Sep 17, 2020
1 parent aba1494 commit 696005c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 544 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { ITransactionChartData } from '../../../../selectors/chartSelectors';
import { asDecimal, tpmUnit } from '../../../../utils/formatters';
import { isValidCoordinateValue } from '../../../../utils/isValidCoordinateValue';
import { BrowserLineChart } from './BrowserLineChart';
import { DurationByCountryMap } from './DurationByCountryMap';
import { ErroneousTransactionsRateChart } from '../ErroneousTransactionsRateChart';
import { TransactionBreakdown } from '../../TransactionBreakdown';
import {
Expand Down Expand Up @@ -124,18 +123,13 @@ export function TransactionCharts({
{transactionType === TRANSACTION_PAGE_LOAD && (
<>
<EuiSpacer size="s" />
<EuiFlexGrid columns={2} gutterSize="s">
<EuiFlexItem>
<EuiPanel>
<DurationByCountryMap />
</EuiPanel>
</EuiFlexItem>
<EuiFlexGroup gutterSize="s">
<EuiFlexItem>
<EuiPanel>
<BrowserLineChart />
</EuiPanel>
</EuiFlexItem>
</EuiFlexGrid>
</EuiFlexGroup>
</>
)}
</>
Expand Down
Loading

0 comments on commit 696005c

Please sign in to comment.