Diagram without ej.web.all.min.js (ej.diagram.min.js?)

Hi,


I am using the Diagram control, but the file ej.web.all.min.js is too large. I am looking for the separate JavaScript file that contains the Diagram control.

i.e. Tree Grid => ej.treegrid.min.js, Captcha => ej.captcha.min.js, Diagram => ?


Thanks,

David


2 Replies

DV David van Laar Veth August 17, 2018 01:06 AM UTC

I figured it out - I needed to reference these files:

ej/common/ej.core.min.js

ej/common/ej.draggable.min.js

ej/common/ej.scroller.min.js

ej/datavisualization/ej.diagram.min.js


Thanks


NG Naganathan Ganesh Babu Syncfusion Team August 17, 2018 12:33 PM UTC

Hi David, 
 
Thanks for contacting Syncfusion support. 
 
We suspect that you have referred only some files and you have missed to refer needed dependency files at your end. So, please refer to the below our online RequireJS documentation link is used to what are dependency files needed. 
 
 
If you need to refer the individual Syncfusion component in your project, then you can use below CSG link to download the dependency files.  
 
 
Also, refer to our below online documentation link for how to use CSG to generate the particular component dependency files. 
 
 
Regards, 
 
Naganathan K G 
 
 
  


Loader.
Up arrow icon