We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a645270 commit 07082c4Copy full SHA for 07082c4
src/charts/bar.md
@@ -163,15 +163,15 @@ You can add a [heading](../components/heading/) to your chart using the `<captio
163
164
## Multiple Datasets
165
166
-You can use a [single dataset](../components/data/) (one `<td>` tag in each `<td>`).
+You can use a [single dataset](../components/data/) (one `<td>` tag in each `<tr>`).
167
168
```html{2}
169
<tr>
170
<td> Data </td>
171
</tr>
172
```
173
174
-Or [multiple datasets](../components/datasets/) (many `<td>` tags in `<td>`).
+Or [multiple datasets](../components/datasets/) (many `<td>` tags in `<tr>`).
175
176
```html{2-4}
177
0 commit comments