refactor column function handling

This commit is contained in:
Sven Klemm
2018-07-28 21:30:08 +02:00
parent 6ca7a03975
commit 5327580939
5 changed files with 52 additions and 17 deletions

View File

@ -76,13 +76,13 @@ register({
});
register({
type: 'special',
type: 'window',
style: 'label',
params: [
{
name: 'function',
type: 'string',
options: ['increase', 'rate'],
options: ['increase', 'rate', 'sum'],
},
],
defaultParams: ['increase'],