OptionalbackgroundOptionalborderPlate border. Defaults to the theme's axis line. 'none' omits it.
OptionalfontLabel size in media px. Default 12.
OptionalheightRendered logo height in px; width follows the source aspect. Default 28.
OptionalhrefWhere the mark points. A canvas cannot hold an anchor, so this only marks it as clickable — the hit reports a pointer cursor, and the host opens href from its own click handler.
Given a bare URL, href() appends UTM parameters naming the page the chart
is embedded in, so the referral is attributable. Pass a URL that already
has a query string to compose your own and skip that entirely.
OptionalidHit-test id, so the chart can report hover. Default watermark.
OptionalimageA preloaded image/bitmap to draw (skips loading).
OptionallabelText revealed to the right of the mark on hover — "Chart by OpenAlgo". The mark alone is what sits on the chart at rest; the wording is only needed when someone looks at it, so it unrolls rather than occupying the corner permanently. Omit for a plain, non-interactive mark.
OptionallabelLabel colour. Defaults to tint, then the theme's text.
OptionalmarginGap from the plot edges in px. Default 12.
Optionalopacity0..1. Default 0.7.
OptionalpaddingPlate padding around the lockup, in media px. A number pads both axes;
{ x, y } pads them separately. Default { x: 7, y: 4 }, which keeps the
revealed label clear of the plate edge.
Use it to size the resting plate exactly: a 40px mark with padding: 2.5
sits in a 45x45 square. The plate widens as the label unrolls; the padding
is what stays constant.
OptionalpositionCorner (or center) to anchor to. Default bottom-right.
OptionalradiusPlate corner radius in media px. Default 6.
OptionalrevealReveal duration in seconds. Default 0.18.
OptionalsrcImage URL or data URI. Ignored when image is provided.
OptionaltintRecolor the opaque pixels to this color (e.g. a faint theme gray).
Optionalutmutm_campaign for the composed link. Default oac-chart.
Optionalutmutm_medium for the composed link. Default oac-link.
OptionalzLayer order vs the series. Default top.
Rounded plate behind the mark and label. Without one the wording sits straight on the candles and is unreadable wherever the chart is busy. Defaults to a translucent form of the theme background;
'none'omits it.