Graphs on Aimeos Admin Dashboard are NOT working

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
buri
Posts: 2
Joined: 15 Aug 2017, 22:46

Graphs on Aimeos Admin Dashboard are NOT working

Post by buri » 21 Aug 2017, 22:56

Graphs on Aimeos Admin Dashboard are NOT working.
I am seeing these JS errors on the dashboard.
TypeError: d3.utcDay is undefined[Learn More] js:4958:4
TypeError: d3.scaleLinear is not a function[Learn More] js:5115:17
TypeError: d3.timeParse is not a function[Learn More]


I added these to ai-admin-jqadm and fixed the graphs.
/admin/jqadm/manifest.jsb2
"fileIncludes": [{
"text": "d3.v4.min.js",
"path": "themes/"
},{

/admin/jqadm/themes/d3.v4.min.js

But I don't want to touch ai extentions on my side.
So please fix it on your end asap.
Attachments
Screen Shot 2017-08-21 at 3.50.06 PM.png
Screen Shot 2017-08-21 at 3.50.06 PM.png (240.79 KiB) Viewed 1319 times

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Graphs on Aimeos Admin Dashboard are NOT working

Post by aimeos » 22 Aug 2017, 07:20

Did you upgrade from an earlier version? For upgrades, you have to follow the step in this article (https://aimeos.org/docs/Laravel/Upgrade) and replace the Aimeos views in ./resources/views/vendor/shop/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply