Skip to content

Commit 7ee2778

Browse files
authored
Updated docsite w/::part(tools-footer) selector (#644)
1 parent bf389ad commit 7ee2778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/web_components/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ Custom styles are supported through
108108
| `series-variable-<dcid>` | Series data for a variable. Example: `series-place-variable-Count_Person` | `bar`, `line`. `pie` |
109109
| `header` | Chart title | All |
110110
| `subheader` | Chart subtitle (if provided in `slot="subheader"`) | All |
111-
| `footer` | Chart footer (if provided in `slot="footer"`) | All |
111+
| `tools-footer` | Chart footer with `Download`, `API Code`, and `Explore in...` buttons | All |
112+
| `footer` | Custom chart footer (if provided in `slot="footer"`) | All |
112113
| `x-axis` | X-axis line | `bar`, `line` |
113114
| `x-axis-text` | X-axis label text | `bar`, `line` |
114115
| `x-axis-tick` | X-axis tick mark | `bar`, `line` |

0 commit comments

Comments
 (0)