@王振威 你好,想跟你请教个问题:在这里我引用你的xchart 为什么总是报错:
NotSupportedError: Operation is not supported
把自己写的js文件放到#chart这个html的后面
<script type="text/javascript" src="../jquery-1.6.2.min.js"></script> <script id="others_zepto_10rc1" type="text/javascript" class="library" src="/js/sandbox/other/zepto.min.js"></script> <script type="text/javascript" src="d3.v3.js"></script> <script type="text/javascript" src="xcharts.js"></script> <body> <figure style="height: 300px" id="chart1"> </figure> <p> 更多关于xCharts,<a href="http://www.oschina.net/p/xcharts">点击这里</a> </p> </body> <script type="text/javascript" src="testcharts.js"></script>
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
把自己写的js文件放到#chart这个html的后面