Marker
import { Marker } from '@wick-charts/react'; <Marker time={openedMs} seriesId='metric' shape='arrow-down' label='broke' color='#f0556a' />A point annotation (event marker) pinned to a time / value — "anomaly opened here", "deploy v1.2.3", "alert resolved". Renders on the chart's overlay canvas and stays out of the series model, so it never shows up in the tooltip, legend, or Y-range autoscale, and is clipped to the plot area.
tsx
<Marker time={openedMs} seriesId="metric" shape="arrow-down" pulse={true} label="broke" color="#f0556a" />Pins a point annotation to a time / value — an event marker like "anomaly opened", "deploy shipped", or "alert resolved". Anchor Y explicitly with value, or pass a seriesId to snap to that series’ value at time. Markers render on the overlay layer and stay out of the series model, so they never appear in the tooltip, legend, or Y-range autoscale. Opt into a pulse halo and a text label per marker.