You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
Float in axis is introduced in #6, however, Typst introduces some breaking changes, including type comparisons that make type(min) == "float" never succeed. It should be replaced with type(min) == float.
Float in axis is introduced in #6, however, Typst introduces some breaking changes, including type comparisons that make
type(min) == "float"never succeed. It should be replaced withtype(min) == float.