Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/chart/plot-bands.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ There are two different ways to configure the `From` and `To` values. The correc
<td>vertical category axis</td>
</tr>
<tr>
<td><code>ChartCategoryAxis</code> <br> including <a href="/blazor-ui/components/chart/date-axis">date axis</a></td>
<td><code>ChartCategoryAxis</code> <br> including <a href="/blazor-ui/documentation/components/chart/date-axis">date axis</a></td>
<td>horizontal category axis</td>
<td><strong>Zero-based index</strong>, which corresponds to a major vertical grid line that intersects the axis. The plot band will display <em>between the specified grid lines</em>.</td>
</tr>
Expand Down
Loading