echarts的api怎么调用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了echarts的api怎么调用相关的知识,希望对你有一定的参考价值。
我想调用这里面的方法应该怎么写。。。
参考技术A fnServerData": function ( sSource, aoData, fnCallback )/* Add some extra data to the sender */
aoData.push( "name": "more_data", "value": "my_value" );
$.getJSON( sSource, aoData, function (json)
/* Do whatever additional processing you want on the callback, then tell DataTables */
fnCallback(json)
);
以上是关于echarts的api怎么调用的主要内容,如果未能解决你的问题,请参考以下文章
echarts的 tooltip formatter参数怎么回调吗
echarts tooltip 自定义formatter怎么设置颜色