Skip to content

Commit 1d9bb45

Browse files
committed
Improve Hull and Contour docs
1 parent 6ac6eca commit 1d9bb45

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/src/content/components/Contour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Composite mark drawing isolines to delineate regions above and below a particular continuous value. Supports grid data, scattered data with spatial interpolation, and continuous functions.
33
category: marks
44
layers: [svg]
5-
related: [Density, Raster, GeoPath]
5+
related: [Density, Hull, Raster, GeoPath]
66
---
77

88
::tip

docs/src/content/components/Hull.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
description: Marking component which encloses a set of data points within a convex boundary to highlight clusters or groupings on a chart.
33
category: marks
44
layers: [svg, canvas]
5-
related: []
5+
related: [Contour, Density, Voronoi]
66
---
77

8+
The `Hull` mark draws a [convex hull](https://en.wikipedia.org/wiki/Convex_hull) — the tightest convex boundary enclosing a set of points, like stretching a rubber band around pins on a board. It is useful for highlighting clusters or groupings in scatter plots. Supports both Cartesian and geo projections.
9+
810
## Usage
911

1012
:example{ name="scatter" showCode }

0 commit comments

Comments
 (0)