07 2019 档案
摘要:series: [ { name: '安装数', type: 'bar', // barWidth: 15, // barGap: '-10%', data: data.yArray, markPoint: { data: [ {name...
阅读全文
摘要:yAxis: [ { type: 'value', minInterval: 1//只显示整数 } ], axisLabel: { //保留一位小数 formatter: function (value, index) { ...
阅读全文
摘要:var myChart= echarts.init(document.getElementById('myChart')); option = { title: { // text: '纯属虚构', }, tooltip: { trigger: 'axis' }, ...
阅读全文
摘要:lushu = new BMapLib.LuShu(map, pointArray, { defaultContent: '',//显示信息 autoView: true,//是否开启自动视野调整,如果开启那么路书在运动过程中会根据视野自动调整 icon: new BMap.Icon('/static/img/arrow.png', new ...
阅读全文
摘要:首先引入工具,不要忘了引入百度api 然后代码如下 补充:如果不想开启工具栏
阅读全文
摘要:<script type="text/javascript" src="http://api.map.baidu.com/library/TextIconOverlay/1.2/src/TextIconOverlay_min.js"></script>覆盖物 <script type="text/j
阅读全文