|
2022年1月25日
摘要:
let value = 62;option = { title: { text: '', subtext: `${value}%`, textStyle: { color: '#fff', fontSize: 16 }, subtextStyle: { color: '#fff', fontSize 阅读全文
摘要:
let dataval = { value: 50, name: "进度"};option = { title: { text: dataval.value + "%", x: "center", y: "center", textStyle: { fontWeight: "bold", fontS 阅读全文
摘要:
var option = { grid: [ { // 这是控制上面的bar left: '6%', right: '3%', top: '5%', bottom: '12%', height: '35%', containLabel: false, }, { // 控制下面的line left: 阅读全文
摘要:
//图表X轴数据 var Xdata = ["大洼街道", "田家街道", "榆树街道", "王家街道", "新兴镇", "东风镇", "新开镇", "新立镇", "清水镇", "唐家镇", "平安镇", "赵圈河镇", "于楼街道", "西安镇", "荣兴街道", "荣滨街道" 阅读全文
摘要:
let uploadedData = { "features": [{ "geometry": { "coordinates": [ [ [ [ 122.150012, 41.098286 ], [ 122.151448, 41.090835 ], [ 122.149031, 41.085334 ] 阅读全文
摘要:
let dataval = [0.47]; option = { series: [ { type: "liquidFill", data: dataval, direction: "right", //波浪方向或者静止 radius: "80%", // 水球颜色 color: ["#00c2ff 阅读全文
摘要:
let { date, dataval} = { date: [], dataval: []} // 格式化时间function getTime() { var ts = arguments[0] || 0; var t, h, i, s; t = ts ? new Date(ts * 1000) 阅读全文
摘要:
let geoCoordMap = { "海门": [121.15, 31.89], "鄂尔多斯": [109.781327, 39.608266], "招远": [120.38, 37.35], "舟山": [122.207216, 29.985295], "齐齐哈尔": [123.97, 47. 阅读全文
摘要:
var uploadedDataURL = "/asset/get/s/data-1528971808162-BkOXf61WX.json"; /**地图迁徙颜色自定义*/var color = ['#6bcc75', '#65c78b', '#5fc2a0', '#5abead', '#52b9c 阅读全文
摘要:
let angle = 0; //角度,用来做简单的动画效果的 let value = 12;option = { backgroundColor:'#000', title: { text: value + "%", x: "center", y: "center", textStyle: { f 阅读全文
|