process-analytics / bpmn-visualization-js

A TypeScript library for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-js/
Apache License 2.0
224 stars 31 forks source link

[INFRA] fix mxgraph-type-definitions impediments #587

Closed tbouffard closed 3 years ago

tbouffard commented 4 years ago

Integration issue to be solved or consider them as mxgraph-type-definitions issues

tbouffard commented 3 years ago

The impediments can be fixed by using https://github.com/typed-mxgraph/typed-mxgraph wich requires to use the mxgraph npm package. Remember that mxgraph-type-definitions is now deprecated in favor of typed-mxgraph. Using the npm package should also solve #478