githubjeka / gui-rbac-yii2

GUI for RBAC Yii2 Auth manager
https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac
84 stars 38 forks source link

With d3 v4.2.2 not working #10

Closed kullarkert closed 8 years ago

kullarkert commented 8 years ago

When using latest d3.js I get javascript error

app.js:9 Uncaught TypeError: d3.xhr is not a function

githubjeka commented 8 years ago

Thanks. I will fix it.

kullarkert commented 8 years ago

I tried to fix myself, but turned out there are so many changes that need to apply and logic has changed. Maybe you add rule to composer.json, that d3.js must be under version 4 and make release and when you have fixed then you could make another release that d3.js must be version 4?

githubjeka commented 8 years ago

Done, try.

kullarkert commented 8 years ago

Thank you. It's working fine :)