1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <link rel="stylesheet" type="text/css" href="css/style_box_demo.css">
  7. <script type="text/javascript" src="merge.js"></script>
  8. <script type="text/javascript" charset="utf-8">
  9.  
  10. <!--frame 位置-->
  11. <!--type 折线图 柱状图 饼状图-->
  12. <!--ymax y轴最大值-->
  13. <!--xtitles x轴下面的标题-->
  14. <!--dataSource 数据源组-->
  15. <!--{-->
  16. <!-- piePercentValue 数值-->
  17. <!-- color 颜色-->
  18. <!-- text 关联名-->
  19. <!-- project 关联项目名-->
  20. <!-- plots 点集合-->
  21. <!-- isShowPoint 显示点-->
  22. <!--}-->
  23.  
  24. function createchart() {
  25.  
  26. var options = {
  27. "frame" : [,,,],
  28. "type":,
  29. "ymax":,
  30. "isShowPoint":,
  31. "xtitles" :["", "", "", "", "", "", "", "" , "", "", "", ""],
  32. "dataSource" :[
  33. {
  34. "piePercentValue": "",
  35. "color": [, , ],
  36. "text":"1组",
  37. "project":"1组",
  38. "plots":["", "", "", "", "", "", "", "" , "", "", "", ""]
  39. },
  40. {
  41. "piePercentValue": "",
  42. "color": [, , ],
  43. "text":"2组",
  44. "project":"2组",
  45. "plots":["", "", "", "", "", "", "", "" , "", "", "", ""]
  46. },
  47. {
  48. "piePercentValue": "",
  49. "color": [, , ],
  50. "text":"3组",
  51. "project":"3组",
  52. "plots":["", "", "", "", "", "", "", "" , "", "", "", ""]
  53. }
  54. ]
  55. };
  56.  
  57. showChartView.chartutility(testSuccess,testFailed,[options]);
  58. }
  59.  
  60. function testSuccess(msg) {
  61. alert(msg);
  62. }
  63. function testFailed(msg) {
  64. alert('failed: ' + msg);
  65. }
  66.  
  67. function goHome()
  68. {
  69. cordova.exec(testSuccess,testFailed,"ChartUtilityPlugin","remove");
  70. window.location.href = "index.html";
  71. }
  72. </script>
  73.  
  74. </head>
  75.  
  76. <body>
  77. <br/>
  78. <br/>
  79. <br/>
  80. <br/>
  81. <br/>
  82. <br/>
  83. <br/>
  84. <div class="btn bg_5" onclick="createchart();">生成图表</div><br/>
  85. <div class="btn bg_1" onclick="goHome();">返回</div><br/>
  86.  
  87. </body>
  88.  
  89. </html>

出现这种报错的原因是

  1. showChartView.chartutility(testSuccess,testFailed,[options]);

数据类型错误,这里去掉括号即可,已经声明的参数等同于["xxxx"]

  1. showChartView.chartutility(testSuccess,testFailed,options);

WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> -[__NSArrayM objectForKey:]: unrecognized s的更多相关文章

  1. meteor报错之:MongoDB had an unspecified uncaught exception.

    今天测试的时候meteor报了个错 如下: MongoDB had an unspecified uncaught exception. This can be caused by MongoDB b ...

  2. iOS- Terminating app due to uncaught exception 'NSRangeException'

    错误描述: Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM object ...

  3. threadid=1: thread exiting with uncaught.exception ......解决方法

     threadid=1: thread exiting with uncaught exception (group=0x40015560)E/AndroidRuntime(285): FATAL E ...

  4. ERROR SparkUncaughtExceptionHandler: Uncaught exception in thread

    ERROR SparkUncaughtExceptionHandler: Uncaught exception in thread Thread[appclient-registration-retr ...

  5. windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'

    window-exe-redis-2.8.12服务,当你复制好php_igbinary.dll,php_redis.dll时候,你运行redis报错:Fatal error: Uncaught exc ...

  6. threadid=1: thread exiting with uncaught exception (group=0x40db8930)

    异常信息如下: 07-26 17:23:49.521: W/dalvikvm(29229): threadid=1: thread exiting with uncaught exception (g ...

  7. Terminating app due to uncaught exception 'NSUnknownKeyException' this class is not key value coding-compliant for the key

     Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > se ...

  8. *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key

    *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > ...

  9. Kafka启动报错 : ERROR Processor got uncaught exception

    参照我之前的一篇博文Kafka学习之(二)Centos下安装Kafka安装了kafka并启动,状况并不像我之前最初的预期,报错了,并且我在当前Linux环境下安装的Java版本.Kafka版本都是和之 ...

随机推荐

  1. phoenix表操作

    phoenix表操作 进入命令行,这是sqlline.py 配置到path环境变量的情况下 sqlline.py localhost如果要退出命令行:!q 或者 !quit 3.4.1     创建表 ...

  2. Java 骚操作--生成二维码

    https://www.cnblogs.com/lsy131479/p/8808172.html

  3. [转] HTML5 Blob与ArrayBuffer、TypeArray和字符串String之间转换

    1.将String字符串转换成Blob对象 //将字符串 转换成 Blob 对象 var blob = new Blob(["Hello World!"], { type: 'te ...

  4. [转]Oh My Zsh,安装,主题配置

    https://swp-song.com/2017/08/20/Tools/OhMyZsh%E5%AE%89%E8%A3%85%E5%92%8C%E4%B8%BB%E9%A2%98%E9%85%8D% ...

  5. OAuth2:隐式授权(Implicit Grant)类型的开放授权

    适用范围 仅需临时访问的场景 用户会定期在API提供者那里进行登录 OAuth客户端运行在浏览器中(Javascript.Flash等) 浏览器绝对可信,因为该类型可能会将访问令牌泄露给恶意用户或应用 ...

  6. ssh登录报错-bash fork retry Resource temporarily unavailable

  7. plink命令

    用plink远程登陆link主机执行脚本,但是无法执行sudo命令 完成后自己关闭 plink   -l  root   192.168.1.21  df -h plink.exe  -ssh  -p ...

  8. web列表总结

    ztree:web树 下拉列表树: jqxgrid列表(带有多选,单选.搜索.分页.分页多选.还有点击下拉等功能) 还有flexigrid(百度搜索)

  9. Codechef FIBTREE 树链剖分 主席树 LCA 二次剩余 快速幂

    原文链接https://www.cnblogs.com/zhouzhendong/p/CC-FIBTREE.html 题目传送门 - CC-FIBTREE 题意 给定一个有 $n$ 个节点,初始点权都 ...

  10. Vijos1983 NOIP2015Day2T3 运输计划 transport LCA

    题目链接Vijos 题目链接UOJ 该博客在博客园的链接 转载一个大佬的题解: 点击这里->大佬题解 下面谈谈我的感悟: 当然写代码也是写的很艰辛: 我力劝C++的同胞们,这题卡常数,Dfs党会 ...