Okay
  Public Ticket #2203061
DevExtreme missing Lib/ filder
Closed

Comments

  • shemesh started the conversation

    Hello, the DevExtreme project from the git don't include the Lib folder.

    Can you please help me whit that?

    Thanks

  • [deleted] replied

    Hi shemesh,

    Sorry for the confusion, actually you don't need to buy the library, simply install it. We gave these steps for users to use the latest version of DEcharts:

    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.