Interface: HistogramData<HorzScaleItem>
Structure describing a single item of data for histogram series
Type parameters
Name | Type |
---|---|
HorzScaleItem | Time |
Hierarchy
SingleValueData
<HorzScaleItem
>↳
HistogramData
Properties
color
• Optional
color: string
Optional color value for certain data item. If missed, color from options is used
time
• time: HorzScaleItem
The time of the data.
Inherited from
value
• value: number
Price value of the data.
Inherited from
customValues
• Optional
customValues: Record
<string
, unknown
>
Additional custom values which will be ignored by the library, but could be used by plugins.