updated default value for events.duration unit param

pull/1744/head
Scott Anderson 2020-10-29 13:16:09 -06:00
parent b49934c958
commit 096a236a53
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ specified [`stop`](#stop) time.
import "contrib/tomhollingworth/events"
events.duration(
unit: 1s,
unit: 1ns,
columnName: "duration",
timeColumn: "_time",
stopColumn: "_stop",
@ -50,8 +50,8 @@ For examples, see [below](#compared-to-similar-functions).
## Parameters
### unit
<span class="req">Required</span>
Duration unit of the calculated state duration.
Default is `1ns`
_**Data type:** Duration_