You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The area mark has three constructors: [areaY](#areaY) for when the baseline and topline share *x* values, as in a time-series area chart where time goes right→ (or ←left); [areaX](#areaX) for when the baseline and topline share *y* values, as in a time-series area chart where time goes up↑ (or down↓); and lastly the rarely-used [area](#area) where the baseline and topline share neither *x* nor *y* values.
22
22
23
-
The area mark is often paired with a [rule](./rule.md) to accentuate the baseline, and the [**line** option](#area-options) to accentuate the topline.
23
+
The area mark is often paired with a [rule](./rule.md) to accentuate the baseline, and the [**line** option](#area-options) to delineate the topline.
0 commit comments