Skip to content

Commit 33df130

Browse files
committed
fix links
1 parent abf9788 commit 33df130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/marks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ A convenience method for composing a mark from a series of other marks. Returns
596596
To draw the visual representation of a mark, Plot calls its render function and inserts the returned SVG element (if any) in the chart. This function is called for each non-empty facet. It may also be called repeatedly by interactions, for example when the [pointer](./pointer.md) transform needs to draw the highlighted data point after a mouse move.
597597

598598
:::warning
599-
This is a low-level interface. We recommend using higher-level options, such as [data transforms](https://observablehq.com/plot/features/transforms), when possible.
599+
This is a low-level interface. We recommend using higher-level options, such as [data transforms](./transforms.md), when possible.
600600
:::
601601

602602
After all the marks have been initialized, the scales computed and applied to the channels, Plot calls the mark’s render function with the following five arguments, for each facet:
@@ -676,7 +676,7 @@ The *context* contains several useful globals:
676676
* document - the [document object](https://developer.mozilla.org/en-US/docs/Web/API/Document)
677677
* ownerSVGElement - the chart’s bare svg element
678678
* className - the [class name](./plots.md#other-options) of the chart (*e.g.*, "plot-d6a7b5")
679-
* clip - the top-level [clip](./features/plots.md#other-options) option (to use when the mark’s clip option is undefined)
679+
* clip - the top-level [clip](./plots.md#other-options) option (to use when the mark’s clip option is undefined)
680680
* projection - the [projection](./projections.md) stream, if any
681681
* dispatchValue - a function that sets the chart’s value and dispatches an input event if the value has changed; useful for interactive marks
682682
* getMarkState - a function that returns a mark’s state

0 commit comments

Comments
 (0)