ui: remove speed index card

This commit is contained in:
nick-delirium 2024-11-15 11:29:28 +01:00
parent 2a7cb78b8b
commit 11d4b168a1
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 0 additions and 15 deletions

View file

@ -257,20 +257,6 @@ export const CARD_LIST: CardType[] = [
],
example: ExampleTrend
},
{
title: 'Speed Index',
key: FilterKey.SPEED_LOCATION,
cardType: PERFORMANCE,
metricOf: FilterKey.SPEED_LOCATION,
category: CARD_CATEGORIES[1].key,
data: {
chart: generateAreaData(),
namesMap: [
'Series 1'
]
},
example: SpeedIndexByLocationExample
},
{
title: 'Sessions with Slow Network Requests',
key: TIMESERIES + '_slow_network_requests',

View file

@ -74,7 +74,6 @@ export const TYPES: CardType[] = [
description: 'Find out where users are dropping and understand why.',
slug: FUNNEL,
},
{ title: 'Speed Index', slug: FilterKey.SPEED_LOCATION, description: '' },
{
title: 'Path Analysis',
icon: 'signpost-split',