【发布时间】:2018-03-30 20:23:18
【问题描述】:
我已经在 Drupal 7.x 上安装了 D3.js 模块,启用了 D3 视图和 D3 示例模块,将 d3.js 上传到了 sites/all/libraries/d3 但是当我尝试访问示例时,例如 /d3 /examples/bar,我得到错误:
Uncaught TypeError: Cannot read property 'linear' of undefined
看起来 D3 库没有加载...我搜索了很多但没有找到任何提示。我在这里错过了什么?
【问题讨论】:
标签: d3.js drupal-7 drupal-modules