ECharts示例中的“动态排序柱状图 - 人均收入(Bar Race)”无法正常使用 #59
Unanswered
loveprograming
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
示例地址:https://echarts.apache.org/examples/zh/editor.html?c=bar-race-country
无论是通过在$text里添加“代码编辑”里的内容,还是用$tiddler引用JS脚本,都无法正常显示图像。
在浏览器控制台里会报错:
TypeError: Bind must be called on a function
at bind ()
at Bd ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:130031)
at new t ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:129512)
at t._innerGetDataStore ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:152936)
at t._innerGetDataStore ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:152890)
at t.getSharedDataStore ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:152660)
at ix ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:245629)
at e.getInitialData ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:352574)
at e.init ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:158850)
at e.eval ($:/plugins/Gk0Wk/echarts/echarts.min.js:46:113779)
如果注释掉option.series.type的值,控制台里不报错,但图像还是无法显示。
有没有了解这个问题解决方法的?
Beta Was this translation helpful? Give feedback.
All reactions