diff --git a/gen/grafonnet-v11.4.0/panel/stateTimeline.libsonnet b/gen/grafonnet-v11.4.0/panel/stateTimeline.libsonnet index 4ae00a9f..42cf2685 100644 --- a/gen/grafonnet-v11.4.0/panel/stateTimeline.libsonnet +++ b/gen/grafonnet-v11.4.0/panel/stateTimeline.libsonnet @@ -92,6 +92,26 @@ }, }, }, + '#withInsertNulls': { 'function': { args: [{ default: null, enums: null, name: 'value', type: ['integer'] }], help: 'Disconnect values, controls separation threshold of the gap in milliseconds.' } }, + withInsertNulls(value=null): { + fieldConfig+: { + defaults+: { + custom+: { + insertNulls: value, + }, + }, + }, + }, + '#withSpanNulls': { 'function': { args: [{ default: null, enums: null, name: 'value', type: ['integer', 'boolean'] }], help: 'Connect null values, controlls the threshold of the gap in milliseconds. Could be `true` if should always connect.' } }, + withSpanNulls(value=null): { + fieldConfig+: { + defaults+: { + custom+: { + spanNulls: value, + }, + }, + }, + }, }, }, },