PrefectHQ/graphs

Add localization character support

brandonreid opened this issue · 0 comments

Related to PrefectHQ/prefect#9764

A user reported not being able to see chinese characters on the graph. When the graph loads, we create a sprite sheet of ASCII characters (here). We need to take localization of some sort into account, or otherwise surface some options around which language/characters need to be supported in the graph. Loading all possible characters would likely result in too large of a sprite sheet, but that could be experimented with.