sortSeries: build dist

This commit is contained in:
Alexander Zobnin
2017-10-16 15:36:57 +03:00
parent 462fa88965
commit 6aa7dc6c8f
6 changed files with 30 additions and 2 deletions

View File

@@ -169,6 +169,13 @@ addFuncDef({
defaultParams: [5, 'avg']
});
addFuncDef({
name: 'sortSeries',
category: 'Filter',
params: [{ name: 'direction', type: 'string', options: ['asc', 'desc'] }],
defaultParams: ['asc']
});
// Trends
addFuncDef({