reaviz/reagraph

Edge custom font not working when animated is false

Closed this issue · 0 comments

aoelen commented

Describe the bug

When setting animated to false (or when using > 400 nodes), the custom font stops working for edge labels.

Steps to Reproduce the Bug or Issue

  1. Set a custom font, labelFontUrl="..."
  2. Set animated={false}
  3. Check edge labels, the custom font is not used

Expected behavior

The user expects the custom font to be used no matter the animated setting

Screenshots or Videos

No response

Platform

  • Reagraph Version: 4.11.1
  • OS: macOS
  • Browser: Chrome
  • NodeJS version: v16

Your Example Website or App

No response

Additional context

No response