ui: preset default chart view for few tablelike charts
This commit is contained in:
parent
b4497edb05
commit
00a834b143
1 changed files with 4 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue