Skip to content

How to apply the SelectorConstraints? #24

@endeffects

Description

@endeffects

I've found an example on how to do this for asp.net core, but this does not work with blazor.

<script>
    $("#diagram").ejDiagram({
        constraints: ej.datavisualization.Diagram.SelectorConstraints.All & ~(ej.datavisualization.Diagram.SelectorConstraints.Rotator | ej.datavisualization.Diagram.SelectorConstraints.Resizer)
    });
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    diagramDiagram component

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions