Skip to content

Commit

Permalink
Merge ddb165a into edc124e
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 authored Jul 28, 2023
2 parents edc124e + ddb165a commit b88eb89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { pi, pt, po } from '../helpers.js'
import { pi, pt, po, pn } from '../helpers.js'

export default () => [
pi('trendItem', 'Trend Line Item', 'Item to show as a trend line in the background'),
Expand All @@ -11,5 +11,5 @@ export default () => [
{ value: 'left', label: 'left' },
{ value: 'right', label: 'right' }
]).a(),
pt('trendSampling', 'Trend Line Sampling', 'Amount of minutes between each point of the trendline (default: 60). Affected by persistence strategies different from "every minute"').a()
pn('trendSampling', 'Trend Line Sampling', 'Amount of minutes between each point of the trendline (default: 60). Affected by persistence strategies different from "every minute"').a()
]

0 comments on commit b88eb89

Please sign in to comment.