wnismiddle commented on issue #4091: 关系图示例中的数据如何读取
URL: 
https://github.com/apache/incubator-echarts/issues/4091#issuecomment-426902594
 
 
   也遇到了同样的问题,报错 Uncaught ReferenceError: $ is not defined。
   除了题主所做的步骤外,我还在下载数据中的<script>部分添加了以下几行,
   <script type="text/javascript" 
src="http://echarts.baidu.com/examples/vendors/jquery/jquery.js";></script>
   <script type="text/javascript" 
src="http://echarts.baidu.com/examples/vendors/bootstrap/js/bootstrap.js";></script>
   <script type="text/javascript" 
src="http://echarts.baidu.com/examples/vendors/lodash.js";></script>
   <script type="text/javascript" 
src="http://echarts.baidu.com/examples/vendors/dat.gui.min.js";></script>
   成功显示。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to