Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

webpack and yfiles

0 votes

Hello everybody,

did anybody tried to use yfiles with webpack and es6?

 

// All yfiles modules return the yfiles namespace object
import yfiles from '../../lib/yfiles/graph-input';
import '../../lib/yfiles/graph-style-defaults';
import '../../lib/yfiles/layout-organic';
import '../../lib/yfiles/layout-misc';
import '../../lib/yfiles/graph-layout-bridge';
 
const graphControl = new yfiles.canvas.GraphControl.ForId('graph');
 
when i tried to instantiate a new graph I get the following error:
 
Uncaught TypeError: Cannot read property 'ForId' of undefined(…)
 
I digged around a little bit and I noticed that yfiles.canvas.GraphControl in undefined.
 
Do you have any idea why this is happening? Or a webpack example that I can use?
 
Thank you
 
 

 

closed with the note: Not a yEd question.
in Help by
closed by

1 Answer

0 votes

This forum is for yEd questions only. For questions regarding the yFiles for HTML programming library, please contact yWorks support by mail. (Please include your yWorks customer or evaluator ID in your mail when doing so.)

by [yWorks] (23.7k points)
Legal Disclosure | Privacy Policy
...