Interface: SingleValueData<HorzScaleItem>
A base interface for a data point of single-value series.
Type parameters
Name | Type |
---|---|
HorzScaleItem | Time |
Hierarchy
WhitespaceData
<HorzScaleItem
>↳
SingleValueData
↳↳
AreaData
↳↳
BaselineData
↳↳
LineData
Properties
time
• time: HorzScaleItem
The time of the data.
Overrides
value
• value: number
Price value of the data.
customValues
• Optional
customValues: Record
<string
, unknown
>
Additional custom values which will be ignored by the library, but could be used by plugins.