ui: preset default chart view for few tablelike charts

This commit is contained in:
nick-delirium 2025-02-18 14:38:48 +01:00
parent b4497edb05
commit 00a834b143
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -136,7 +136,8 @@ export const CARD_LIST: CardType[] = [
cardType: TABLE,
metricOf: FilterKey.USERID,
category: CARD_CATEGORIES[1].key,
example: ByUser
example: ByUser,
viewType: 'table',
},
{
@ -145,7 +146,8 @@ export const CARD_LIST: CardType[] = [
cardType: TABLE,
metricOf: FilterKey.USER_BROWSER,
category: CARD_CATEGORIES[1].key,
example: ByBrowser
example: ByBrowser,
viewType: 'table',
},
// {
// title: 'Sessions by System',