Skip to content

Commit ac1cbad

Browse files
committed
remove spurious braces
1 parent b52ec81 commit ac1cbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transforms/dodge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ onMounted(() => {
1717

1818
</script>
1919

20-
# Dodge transform <VersionBadge version="0.5.0" />{}
20+
# Dodge transform <VersionBadge version="0.5.0" />
2121

2222
Given one position dimension (either **x** or **y**), the **dodge** transform computes the other position dimension such that dots are packed densely without overlapping. The [dodgeX transform](#dodgeX) computes **x** (horizontal position) given **y** (vertical position), while the [dodgeY transform](#dodgeY) computes **y** given **x**.
2323

0 commit comments

Comments
 (0)