摘要:
option = { backgroundColor: '#1a4377', grid: { left: '10%', top: 60, right: '10%', bottom: 60, }, toolbox: { feature: { saveAsImage: {} } }, series: [ 阅读全文
posted @ 2022-01-25 10:58
Uncle_MrLee
阅读(372)
评论(0)
推荐(0)
摘要:
option = { backgroundColor: '#000', tooltip: { formatter: "{b} : {c}%" }, series: [{ name: "", type: "gauge", startAngle: 180, endAngle: 0, center: [" 阅读全文
posted @ 2022-01-25 10:57
Uncle_MrLee
阅读(228)
评论(0)
推荐(0)
摘要:
let value = 62;option = { title: { text: '', subtext: `${value}%`, textStyle: { color: '#fff', fontSize: 16 }, subtextStyle: { color: '#fff', fontSize 阅读全文
posted @ 2022-01-25 10:49
Uncle_MrLee
阅读(61)
评论(0)
推荐(0)
摘要:
let dataval = { value: 50, name: "进度"};option = { title: { text: dataval.value + "%", x: "center", y: "center", textStyle: { fontWeight: "bold", fontS 阅读全文
posted @ 2022-01-25 10:48
Uncle_MrLee
阅读(71)
评论(0)
推荐(0)
摘要:
var option = { grid: [ { // 这是控制上面的bar left: '6%', right: '3%', top: '5%', bottom: '12%', height: '35%', containLabel: false, }, { // 控制下面的line left: 阅读全文
posted @ 2022-01-25 10:47
Uncle_MrLee
阅读(451)
评论(0)
推荐(0)
摘要:
//图表X轴数据 var Xdata = ["大洼街道", "田家街道", "榆树街道", "王家街道", "新兴镇", "东风镇", "新开镇", "新立镇", "清水镇", "唐家镇", "平安镇", "赵圈河镇", "于楼街道", "西安镇", "荣兴街道", "荣滨街道" 阅读全文
posted @ 2022-01-25 10:25
Uncle_MrLee
阅读(869)
评论(0)
推荐(0)
摘要:
let uploadedData = { "features": [{ "geometry": { "coordinates": [ [ [ [ 122.150012, 41.098286 ], [ 122.151448, 41.090835 ], [ 122.149031, 41.085334 ] 阅读全文
posted @ 2022-01-25 10:23
Uncle_MrLee
阅读(372)
评论(0)
推荐(0)
摘要:
let dataval = [0.47]; option = { series: [ { type: "liquidFill", data: dataval, direction: "right", //波浪方向或者静止 radius: "80%", // 水球颜色 color: ["#00c2ff 阅读全文
posted @ 2022-01-25 10:20
Uncle_MrLee
阅读(176)
评论(0)
推荐(0)
摘要:
let { date, dataval} = { date: [], dataval: []} // 格式化时间function getTime() { var ts = arguments[0] || 0; var t, h, i, s; t = ts ? new Date(ts * 1000) 阅读全文
posted @ 2022-01-25 10:19
Uncle_MrLee
阅读(37)
评论(0)
推荐(0)
摘要:
let geoCoordMap = { "海门": [121.15, 31.89], "鄂尔多斯": [109.781327, 39.608266], "招远": [120.38, 37.35], "舟山": [122.207216, 29.985295], "齐齐哈尔": [123.97, 47. 阅读全文
posted @ 2022-01-25 10:17
Uncle_MrLee
阅读(1369)
评论(0)
推荐(0)

浙公网安备 33010602011771号