我正在为Android开发一个Phonegap应用程序 我想实现一个简单的jqplot图表
var plot1 = $.jqplot('graphcontentview', [[3,7,9,1,4,6,8,2,5]]);
其中graphcontentview是包含图表的div的id。
当我运行此代码时,会产生以下错误 -
Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method 'jqplot' at file:///android_asset/www/hellophonegap.js:27
其中hellophonegap.js是我的js文件,我将稍后使用此js编写代码到我的index.html文件中。
我为jqplot chart添加了以下js代码
<script type="text/javascript" src="jquery.jqplot.min.js"></script>
<script type="text/javascript" src="/plugins/jqplot.canvasTextRenderer.min.js"></script>
<script type="text/javascript" src="/plugins/jqplot.jqplot.canvasAxisLabelRenderer.min.js"></script>
我没有得到确切的问题
答案 0 :(得分:0)
检查jquery.jqplot.min.js文件的路径