fix(ui) - table card - metricOf value
This commit is contained in:
parent
823d64c220
commit
3c1d444660
1 changed files with 4 additions and 0 deletions
|
|
@ -130,6 +130,10 @@ export default class MetricStore {
|
|||
|
||||
obj['metricValue'] = [];
|
||||
|
||||
if (value === TABLE) {
|
||||
obj['metricOf'] = 'userId';
|
||||
}
|
||||
|
||||
if (value === TABLE || value === TIMESERIES) {
|
||||
obj['viewType'] = 'table';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue