Skip to content

GraphTransform🔗

TODO docs

Definition🔗

type GraphTransform string
const (
    GraphTransformConstant GraphTransform = "constant"
    GraphTransformNegativeY GraphTransform = "negative-Y"
)