jqplot画饼状图(模式一)-成都创新互联网站建设

关于创新互联

多方位宣传企业产品与服务 突出企业形象

公司简介 公司的服务 荣誉资质 新闻动态 联系我们

jqplot画饼状图(模式一)



practise and templet











$(function(){
var data = [
    ['语文', 12],['数学', 9], ['物理', 14], 
    ['自然', 16],['生物', 7], ['化学', 9], ['历史', 39]
  ];
  var plot1 = jQuery.jqplot ('chart1', [data], 
    { 
      seriesDefaults: {
        // Make this a pie chart.
        // 设置绘制一个饼状图
        renderer: jQuery.jqplot.PieRenderer, 
        rendererOptions: {
          // Put data labels on the pie slices.
          // By default, labels show the percentage of the slice.
          // 展示饼块的数据
          showDataLabels: true
        }
      }, 
      // 展示图标,在图标的右侧
      legend: { show:true, location: 'e' }
    }
  );

});




====================================

创新互联公司为您提适合企业的网站设计 让您的网站在搜索引擎具有高度排名,让您的网站具备超强的网络竞争力!结合企业自身,进行网站设计及把握,最后结合企业文化和具体宗旨等,才能创作出一份性化解决方案。从网站策划到做网站、成都网站制作, 我们的网页设计师为您提供的解决方案。

jqplot画饼状图(模式一)

jq库在我的下载里下载


本文标题:jqplot画饼状图(模式一)
标题URL:http://kswsj.cn/article/gccpee.html

其他资讯