最新版FusionCharts3D柱状图

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

1、实现源码

<!DOCTYPE html><html> <head>  <meta charset="UTF-8">  <title>FusionCharts最新版FusionCharts3D柱状图</title>  <script src="../js/jquery-3.0.0.js"></script>  <script type="text/javascript" src="../js/FusionCharts/fusioncharts.js" ></script>  <style>   body,html{    width:99%;    height: 98%;    font-family: "arial rounded mt bold";    font-size: 12px;   }  </style>  <script>   $(document).ready(function(){    FusionCharts.ready(function () {        var column3DChart = new FusionCharts({            type: 'column3d',            renderAt: 'column3D',            width: '1350',            height: '650',            dataFormat: 'json',            dataSource: {                "chart": {                    "caption": "一年收入统计",                    "xAxisName": "月份",                    "yAxisName": "收入明细",                    "paletteColors": "#0075c2",                    "valueFontColor": "#000000",                    "baseFont": "Helvetica Neue,Arial",                    "captionFontSize": "16",                    "subcaptionFontSize": "16",                    "subcaptionFontBold": "1",                    "placeValuesInside": "0",                    "rotateValues": "1",                    "showShadow": "0",                    "divlineColor": "#999999",                                   "divLineIsDashed": "1",                    "divlineThickness": "1",                    "divLineDashLen": "1",                    "divLineGapLen": "1",                    "canvasBgColor": "#ffffff"                },                    "data": [                    {                        "label": "一月",                        "value": "3689"                    },                    {                        "label": "二月",                        "value": "5874"                    },                    {                        "label": "三月",                        "value": "4512"                    },                    {                        "label": "四月",                        "value": "6785"                    },                    {                        "label": "五月",                        "value": "1568"                    },                    {                        "label": "六月",                        "value": "2745"                    },                    {                        "label": "七月",                        "value": "4758"                    },                    {                        "label": "八月",                        "value": "9652"                    },                    {                        "label": "九月",                        "value": "3425"                    },                    {                        "label": "十月",                        "value": "2014"                    },                    {                        "label": "十一月",                        "value": "3652"                    },                    {                        "label": "十二月",                        "value": "7421"                    }                ]            }        });        column3DChart.render();    });   });  </script> </head> <body>  <div id="column3D"></div> </body></html>

2、实现结果


           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow
这里写图片描述
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值