Skip to main content

Interface: Mark

Datafeed.Mark

Properties

borderWidth

Optional borderWidth: number

Border Width


color

color: MarkConstColors | MarkCustomColor

Color for the mark


hoveredBorderWidth

Optional hoveredBorderWidth: number

Border Width when hovering over bar mark


id

id: string | number

ID of the mark


imageUrl

Optional imageUrl: string

Optional 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://yourserver.com/adobe.svg
  • /images/myImage.png
  • data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3...
  • data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4...

label

label: string

Label for the mark


labelFontColor

labelFontColor: string

Text color for the mark


minSize

minSize: number

Minimum size for the mark


showLabelWhenImageLoaded

Optional showLabelWhenImageLoaded: boolean

Continue to show text label even when an image has been loaded for the timescale mark.

Defaults to false if undefined.


text

text: string

Text content for the mark


time

time: number

Time for the mark. Unix timestamp in seconds.