fix(ui) - table card - metricOf value
This commit is contained in:
parent
ea036f0e9b
commit
557024bc80
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