如何在Android的phonegap应用程序中绘制jqplot图表

时间:2012-04-23 12:41:42

标签: jquery android cordova jqplot

我正在为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>

我没有得到确切的问题

1 个答案:

答案 0 :(得分:0)

检查jquery.jqplot.min.js文件的路径