Skip to content

Commit 570f31f

Browse files
982808: Resolved the font matter error in the PR.
1 parent b902207 commit 570f31f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/sankey/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ In a Sankey Diagram, links convey the flow of data between nodes. Their appearan
119119
- `SankeyColorType.Blend`: Blends source and target colors as a gradient.
120120
- `Opacity`: Sets overall link transparency (0.0 – 1.0). The default value is **0.8**.
121121
- `HighlightOpacity`: Opacity on hover for emphasis. The default value is **0.8**.
122-
- `InactiveOpacity`: Opacity for non‑hovered links to de‑emphasize them. The default value is **0.2**.
122+
- `InactiveOpacity`: Opacity for non‑hovered links to minimize visual prominence. The default value is **0.2**.
123123

124124
Example configuration:
125125

blazor/sankey/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Templates enable fully customized content and layout for node and link tooltips.
351351

352352
## Key Considerations
353353

354-
- Keep tooltip text concise and scannable.
354+
- Keep tooltip text concise and readable.
355355
- Ensure sufficient contrast for tooltip text and background.
356356
- Use templates for richer content or additional fields.
357357
- Tune animation durations to balance responsiveness and polish.

0 commit comments

Comments
 (0)