We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cb2d0d + f2e25e0 commit 48384b8Copy full SHA for 48384b8
docs/features/Tooltips.mdx
@@ -37,7 +37,7 @@ You can also specify custom React components to render the tooltips according to
37
text = data.name!
38
} else if ('source' in data) {
39
// orgchart connection tooltip
40
- text = \`${data.source.name} → ${data.target.name}\`
+ text = data.source.name + " → " + data.target.name
41
}
42
43
return (
0 commit comments