Charts is the main reason I purchase Xenon, but my project is using jQuery 3.x and this causes dxCharts breaks, such as below error when loading assets\js\devexpress-web-14.1\js\dx.chartjs.js
Cannot read property 'props' of undefined
Is there any solution such as upgrade dxCharts? Or is there any replacement component for charts?
Xenon 1.3
Charts is the main reason I purchase Xenon, but my project is using jQuery 3.x and this causes dxCharts breaks, such as below error when loading assets\js\devexpress-web-14.1\js\dx.chartjs.js
Cannot read property 'props' of undefined
Is there any solution such as upgrade dxCharts? Or is there any replacement component for charts?
Hi Donny,
Can you please use the jQuery Migrate plugin in order to make it working:
https://cdnjs.com/libraries/jquery-migrate
Please note that right after you include jquery plugin, then include jquery-migrate.min.js to provide support for deprecated features.
Hi Donny,
So now the problem got fixed?
yes, I am fine now.