From a269b77680fb155f9e2c3714befa0326cfac78bc Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 9 Mar 2016 21:23:32 -0500 Subject: [PATCH] Add facet-config anchors --- site/docs/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/docs/config.md b/site/docs/config.md index a5905d863e..bd5e848e5b 100644 --- a/site/docs/config.md +++ b/site/docs/config.md @@ -292,13 +292,15 @@ Legend configuration determines default properties for [legends](axis.html). For a full list of legend configuration and their default values, please see the `LegendConfig` interface and `defaultLegendConfig` in [legend.ts](https://github.com/vega/vega-lite/blob/master/src/legend.ts). - +{:#facet-config} ## Facet Configuration (`config.facet.*`) +{:#facet-cell-config} ### Cell Configuration (`config.facet.cell.*`) Facet cell configuration overrides [cell config](#cell-config) for faceted (trellis) plots. Please see [cell config](#cell-config) for each property name and default values. +{:#facet-grid-config} ### Facet Grid Configuration (`config.facet.grid.*`) | Property | Type | Description |