Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lifecycle #2182

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
link
Fil committed Oct 1, 2024
commit 9504bffd05a6cfe256420d7ce45260238d08d32f
2 changes: 1 addition & 1 deletion docs/features/marks.md
Original file line number Diff line number Diff line change
@@ -547,7 +547,7 @@ All marks support the following [transform](./transforms.md) options:

The **sort** option, when not specified as a channel value (such as a field name or an accessor function), can also be used to [impute ordinal scale domains](./scales.md#sort-mark-option).

The **render** option allows to override or extend the default mark’s [rendering](#rendering) method.
The **render** option allows to override or extend the default mark’s [rendering](./lifecycle.md#rendering-marks) method.

### Insets