Okay
  Public Ticket #1608665
Xenon Template: Setting DevExpress Library doesn't work
Closed

Comments

  •  1
    Walter Calderon started the conversation

    I tried setting DevExpress Library into Xenon Template, following the instructions that apear in 'dashboard' pages, "The reason why you don't see charts like in Xenon demo website.......":

    1. Download DevExpress JavaScript Library: Done!, file .zip downloaded: DevExpressDevExtreme-Complete-18.1.3 (Trial for 30 days)

    2. Extract download file, find Lib/ folder and copy all folders inside: Done!, there are 4 folder inside: [ css, js, layout, ts ]

    3. Paste copied files into asset/js/devespress-web-14.1/   : Done!

    4. Charts will look the same like in the demo website:  Fail!, I refresh my local website and I get the same message again "The reason why you don't see charts like in Xenon demo website......."

    I need to do something else?.

    Thanks in advance


  • sdegram replied

    I am having the same issue and we need to have this resolved immediately. Please send a response for a fix as soon as possible. Thank you, Sue

  • [deleted] replied

    Hi there,

    Here is the video that shows how to setup DevExpress charts in our theme:

    https://d.pr/v/Dj03ir

    Please note that the only reason why we don't include the Charts library in our theme is because they do not provide such a license.

    So basically here is what you need to do:

    1. Install DevExpress Charts via Bower:

    bower install devextreme#~18.1 --save

    2. Then copy only the:

    .../bower_components/devextreme/js/dx.all.js

    In your assets folder, lets say:

    .../assets/js/devextreme/dx.all.js

    3. Then in your document file apply it:

    <script src="assets/js/devextreme/dx.all.js"></script>
    
    I tested and it worked.

  •  1
    Walter Calderon replied

    Hi Arlind,

    Really helpfull this information, following your instructions I even fixed Angular pages, modifying the file: angular\app\js\app.js, the line 'dxCharts':
    original:  'dxCharts': appHelper.assetPath('js/devexpress-web-14.1/js/dx.chartjs.js')
    fixed:  'dxCharts': appHelper.assetPath('js/devexpress-web-14.1/js/dx.all.js')

    I tested and it worked!

    Thank you so much!


    Walter


  • [deleted] replied

    Hi Walter,

    Glad to hear that the problem is now solved

    I will try to find time and update Xenon on the near future.

    P.S: If you like our item, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

  • dilpu123 replied

    Regarding Dev Express - what the licencing terms with Dev Express?

    Is it DevExtreme Non-Commercial Licence? Then We cannot use for any commercial application.

  •  1,559
    Laborator replied

    Hi dilpu123,

    Please create a new ticket instead of replying to an old ticket.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group