[SOLVED] Integration with Gantt chart Issue

Closed
0
0

Good day,

 

I have attached a sample project modified version of your integration 1 to integrate devexpress gantt chart, the issue is I don’t get any error, but the gantt chart is not working well, I tried the same script and put it inside a simple html page everything works perfectly it is only in “GanttSample.html” attached inside the project. I only copied a sample data from their site.

 

Thanks.

  • You must to post comments
0
0

I checked the log, there are errors, please see below.

wisej.js?v=2.1.58.0:63569 WebSocket connection to ‘ws://localhost:60754/app.wx?url=http://localhost:60754/&sid=3ewjiois2ixhqoueevecdth4’ failed: Error during WebSocket handshake: Unexpected response code: 200
WisejCore.sendWebSocketRequest @ wisej.js?v=2.1.58.0:63569
qx.js?v=2.1.58.0:174522 003376 Wisej: WebSocket Error
qx.log.appender.Native.process() @ qx.js?v=2.1.58.0:174522
dx.all.js:126 Uncaught Error: E1041 – The ‘devexpress-gantt’ script is referenced after the DevExtreme scripts or not referenced at all. See:
http://js.devexpress.com/error/20_1/E1041
at u (dx.all.js:22)
at Object.Error (dx.all.js:22)
at i (dx.all.js:126)
at t.value (dx.all.js:126)
at t._renderComponent (dx.all.js:15)
at t._updateDOMComponent (dx.all.js:15)
at t.endUpdate (dx.all.js:15)
at t.endUpdate (dx.all.js:10)
at t.endUpdate (dx.all.js:10)
at t.endUpdate (dx.all.js:10)

Thanks.

  • Glenn Gonzales
    Does the order in packages matter?
  • Luca (ITG)
    Yes it matters if the js libraries you are loading depend from other libraries your are loading. Otherwise the browser will give you an error because the symbols are not defined.
  • You must to post comments
Showing 1 result