未捕获的TypeError:无法读取lt(d3.v5.min.js:2)处为null的属性“样式”

时间:2018-09-01 18:50:55

标签: javascript jquery

我使用billboard.js库,它可以在一个页面上工作,但是当我创建另一个页面时,它却无法工作。

我现在不为什么我必须使用相同的代码。

但是d3.v5.min.js库中出现错误。

错误是:

d3.v5.min.js:2 Uncaught TypeError: Cannot read property 'style' of null
at lt (d3.v5.min.js:2)
at Rt.style (d3.v5.min.js:2)
at ChartInternal.getParentHeight (size.js:126)
at ChartInternal.getCurrentHeight (size.js:16)
at ChartInternal.updateSizes (ChartInternal.js:431)
at ChartInternal.initWithData (ChartInternal.js:250)
at ChartInternal.init (ChartInternal.js:82)
at new Chart (Chart.js:58)
at Object.generate (core.js:51)
at HTMLDocument.<anonymous> (plugin.js:236)

0 个答案:

没有答案