mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 20:02:52 +08:00
refactor column function handling
This commit is contained in:
@ -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'],
|
||||
|
Reference in New Issue
Block a user