Javascript Diagramming Tools

1
Has anyone successfully implemented any diagramming tools such as GoJS or Rappid into a Mendix web page? Would be interested to chat to anyone that has done this, or has an interest in doing it for a project...
asked
2 answers
4

You are lucky. See this recent post here: https://forum.mendix.com/link/questions/88124

You can testdrive the app here: https://grapheditor.mxapps.io/

Regards,

Ronald

 

 

answered
3

Hi,

Yes! Not with Rappid or GoJS specific but with D3.

For one of our projects we needed something similar, so we started with a small Rappid widget. However, the scope changed and such we needed other features, thus we made a new D3 widget. This is really easy with the boilerplate found at https://github.com/Finaps/boilerplate-mendix-react-widget. You can clone the boilerplate, then run 'npm install' and 'npm install -S d3'. After that you can just import D3 (or if you prefer any other graphing library) in your widget.

If you have questions on how to proceed with the boilerplate, please send me a message! I'll be glad to help!

answered