Skip to content

Commit ce902e1

Browse files
authored
Make br tags self-closing (#7275)
1 parent 0407e99 commit ce902e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/charts/area.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Both [line](line.md) and [radar](radar.md) charts support a `fill` option on the
1313
| Boundary <sup>2</sup> | `string` | `'start'`, `'end'`, `'origin'` |
1414
| Disabled <sup>3</sup> | `boolean` | `false` |
1515

16-
> <sup>1</sup> dataset filling modes have been introduced in version 2.6.0<br>
17-
> <sup>2</sup> prior version 2.6.0, boundary values was `'zero'`, `'top'`, `'bottom'` (deprecated)<br>
18-
> <sup>3</sup> for backward compatibility, `fill: true` (default) is equivalent to `fill: 'origin'`<br>
16+
> <sup>1</sup> dataset filling modes have been introduced in version 2.6.0<br/>
17+
> <sup>2</sup> prior version 2.6.0, boundary values was `'zero'`, `'top'`, `'bottom'` (deprecated)<br/>
18+
> <sup>3</sup> for backward compatibility, `fill: true` (default) is equivalent to `fill: 'origin'`<br/>
1919
2020
**Example**
2121
```javascript

0 commit comments

Comments
 (0)