Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayStyle ¶
type DisplayStyle string
DisplayStyle represents how the threshold should be visualized.
const ( Off DisplayStyle = "off" AsFilledRegions DisplayStyle = "area" AsLines DisplayStyle = "line" Both DisplayStyle = "line+area" )
Click to show internal directories.
Click to hide internal directories.