-
### Preflight Checklist
* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [x] I have searched the issue t…
-
**Describe the bug**
while compiling gie, I found that `com.google.protobuf:protoc:exe:osx-aarch_64:3.0.0` not exists, thw lowest version of aarch64 is `3.17`.
The version in `interactive_engine/po…
-
Hi!
Have issue with `GraphSelectionModel`. In mxGraph I added listeners to selection model like this
```typescript
graph.getSelectionModel().addListener(InternalEvent.CHANGE, (sender: EventSourc…
-
Branch: **development**
```sh
$ npm run dev
```
and select `@mxgraph/core`.
### Expected Behavior
Run core package successfully
### Current Behavior
Executing command got error as …
-
As of today, this project is distributed under a [LICENSE](https://raw.githubusercontent.com/maxGraph/maxGraph/development/LICENSE) that is not an Open-source license as defined by the Open Source Ini…
-
Hello everyone,
i'm trying to use this library whit a new bare angular project.
I tried to clone the maxGraph repository and made the npm link to it in the angular project. So far so good.
B…
-
hope for a new release named maxgraph, available in npmjs.
will this repo keep only javascript mxClient ?
as discussion https://github.com/maxGraph/maxGraph/discussions/19 mentioned, can i make…
-
Hello.
Current signature of importCells is:
`importCells: (cells: Cell[], dx: number, dy: number, target?: Cell | null, evt?: MouseEvent | null, mapping?: any) => Cell[];`
In the "Drag Source" exam…
-
Hi!
After looking at code for a little longer, it's seems that there are many introduced side-effects, which will be **VERY** tiring to find with the naked eye 👁️ . What do you think about adding …
-
Since there is no npm release now, should I use `npm link` to install maxGraph to my reactjs-based project.