Comments shemesh started the conversationNovember 2, 2019 at 4:29pmHello, the DevExtreme project from the git don't include the Lib folder.Can you please help me whit that?Thanks[deleted] repliedNovember 5, 2019 at 8:39amHi 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. Sign in to reply ...
Hello, the DevExtreme project from the git don't include the Lib folder.
Can you please help me whit that?
Thanks
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:
2. Then copy only the:
In your assets folder, lets say:
3. Then in your document file apply it:
I tested and it worked.