TimescaleMark
Interface
Properties
color
Color for the timescale mark
Type
string
id
ID of the timescale mark
Type
string | number
imageUrl
OptionalOptional URL for an image to be displayed within the timescale mark.
The image should ideally be square in dimension. You can use any image type which the browser supports natively.
Examples:
https://s3-symbol-logo.tradingview.com/crypto/XTVCBTC.svg
/images/myImage.png
data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3...
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4...
Type
string
label
Label for the timescale mark
Type
string
labelFontColor
OptionalColor for the timescale mark text label.
If undefined then the value provided for color
will be used.
Type
string
shape
OptionalShape of the timescale mark
Type
showLabelWhenImageLoaded
OptionalContinue to show text label even when an image has been loaded for the timescale mark.
Defaults to false
if undefined.
Type
boolean
time
Time for the mark. Unix timestamp in seconds.
Type
number
tooltip
Tooltip content
Type
string[]