mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
Added 'linear' to fill types for InfluxDB (#7042)
This commit is contained in:
parent
27d83f414e
commit
d662961ebe
@ -267,7 +267,7 @@ register({
|
||||
register({
|
||||
type: 'fill',
|
||||
category: groupByTimeFunctions,
|
||||
params: [{ name: "fill", type: "string", options: ['none', 'null', '0', 'previous'] }],
|
||||
params: [{ name: "fill", type: "string", options: ['none', 'null', '0', 'previous', 'linear'] }],
|
||||
defaultParams: ['null'],
|
||||
renderer: functionRenderer,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user