未定义

时间:2019-01-04 15:45:15

标签: javascript plotly

我正在尝试将plotly.js和plotly_renderers.js导入为数据透视表js的依赖项。但是,这显示了未定义Plotly的错误。

下面是代码段:

import Plotly from '../static/assets/plotly.js'
import '../static/assets/d3_renderers.js'

d3_renderers.js代码段:

t(require("jquery"), require("./plotly.js")) : "function" == typeof define && define.amd ? define(["jquery", "plotly.js"], t) : t(jQuery, Plotly) })(function (t, e) 

0 个答案:

没有答案