我使用的是flotr chart javascript库。当我从上面的链接创建basic_axis图表时,它显示了白页
http://www.solutoire.com/experiments/flotr/examples/basic-axis.html
这是示例代码,我是flotr javascript的新手。
http://jsfiddle.net/Navya/7WGkZ/发布于 2012-06-18 21:44:15
下面是您的示例:http://jsfiddle.net/7WGkZ/1/
您必须在“head”中添加以下内容:
<head>
...
<script type="text/javascript" src="https://raw.github.com/HumbleSoftware/Flotr2/master/flotr2.min.js"></script>
...
</head>https://stackoverflow.com/questions/11082567
复制相似问题