Toggle navigation
日历图
By
w***8
2019-07-20 10:37:42
脚本
16
21
作品使用的第三方脚本
数据管理
上传数据
支持小于 5M 任意格式(csv, xlsx, json, xml, ...)的数据文件
上传后可以通过生成的文件链接异步获取托管的数据。
历史数据
0 条
无历史数据
代码修改记录
信息提示
保存作品
对当前截图不满意?你还可以
上传本地截图
重新截图
作品名称
作品描述
标签
geo
grid
legend
markLine
markPoint
bar
effectScatter
line
lines
map
timeline
title
toolbox
tooltip
visualMap
作品默认版本
最新
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
20:11:45
图表已生成
整理代码
刷新
代码
var option = { //backgroundColor: { type: 'pattern', image: fullImage, repeat: 'repeat' }, title:[{ top:'12%',left: '3%', text: '日历图', textStyle: {fontSize:12,color: '#000', fontFamily : "宋体"} }], grid:[ { borderWidth:0, show: true, left: 23, top: '2%', containLabel: true, width: '100%', height:'100%' } ], calendar: [ {gridIndex:0,top: 180,left:"10%",range: ['2014-09-01','2015-07-31'],cellSize: [10, 10], dayLabel: {firstDay: 1,nameMap: 'cn'},monthLabel: {show: true, nameMap: 'cn'}}, {gridIndex:0,top: 380,left:"15%",range: ['2015-09-01','2016-07-31'],cellSize: [10, 10], dayLabel: {firstDay: 1,nameMap: 'cn'},monthLabel: {show: true, nameMap: 'cn'}}, ], series:[ {type: 'heatmap', coordinateSystem: 'calendar', calendarIndex: 0,data:[['2014-09-21 00:00:00',1],['2014-09-30 00:00:00',2],['2014-10-10 00:00:00',3],['2014-10-12 00:00:00',1],['2014-10-14 00:00:00',1],['2014-10-19 00:00:00',3],['2014-11-09 00:00:00',2],['2014-11-19 00:00:00',6],['2014-11-20 00:00:00',2],['2014-11-26 00:00:00',1],['2014-12-06 00:00:00',5],['2014-12-09 00:00:00',5],['2014-12-16 00:00:00',1],['2014-12-21 00:00:00',1],['2014-12-31 00:00:00',1],['2015-01-03 00:00:00',1],['2015-01-04 00:00:00',4],['2015-01-06 00:00:00',2],['2015-01-07 00:00:00',1],['2015-01-13 00:00:00',1],['2015-01-15 00:00:00',1],['2015-03-02 00:00:00',1],['2015-03-03 00:00:00',2],['2015-03-06 00:00:00',5],['2015-03-08 00:00:00',2],['2015-03-16 00:00:00',5],['2015-03-22 00:00:00',1],['2015-03-23 00:00:00',3],['2015-03-26 00:00:00',1],['2015-03-29 00:00:00',1],['2015-04-03 00:00:00',3],['2015-04-12 00:00:00',1],['2015-04-13 00:00:00',2],['2015-04-21 00:00:00',1],['2015-04-22 00:00:00',1],['2015-04-23 00:00:00',1],['2015-04-25 00:00:00',1],['2015-05-04 00:00:00',2],['2015-05-08 00:00:00',1],['2015-05-09 00:00:00',1],['2015-05-14 00:00:00',1],['2015-05-17 00:00:00',1],['2015-05-18 00:00:00',2],['2015-05-19 00:00:00',1],['2015-05-23 00:00:00',1],['2015-06-05 00:00:00',1],['2015-06-11 00:00:00',1],['2015-06-25 00:00:00',1],['2015-06-27 00:00:00',1],['2015-07-03 00:00:00',1],['2015-07-05 00:00:00',1],['2015-07-06 00:00:00',1],['2015-07-07 00:00:00',1],['2015-07-09 00:00:00',2],['2015-09-07 00:00:00',3],['2015-09-17 00:00:00',2],['2015-09-19 00:00:00',2],['2015-09-24 00:00:00',1],['2015-10-12 00:00:00',1],['2015-10-18 00:00:00',1],['2015-10-19 00:00:00',1],['2015-10-20 00:00:00',1],['2015-10-22 00:00:00',2],['2015-10-24 00:00:00',1],['2015-10-25 00:00:00',2],['2015-11-08 00:00:00',1],['2015-11-15 00:00:00',3],['2015-11-16 00:00:00',1],['2015-12-09 00:00:00',1],['2015-12-10 00:00:00',1],['2015-12-20 00:00:00',1],['2015-12-29 00:00:00',2],['2016-01-08 00:00:00',2],['2016-01-12 00:00:00',3],],color: '#C33531'}, {type: 'heatmap', coordinateSystem: 'calendar', calendarIndex: 1,data: [['2015-09-07 00:00:00',3],['2015-09-17 00:00:00',2],['2015-09-19 00:00:00',2],['2015-09-24 00:00:00',1],['2015-10-12 00:00:00',1],['2015-10-18 00:00:00',1],['2015-10-19 00:00:00',1],['2015-10-20 00:00:00',1],['2015-10-22 00:00:00',2],['2015-10-24 00:00:00',1],['2015-10-25 00:00:00',2],['2015-11-08 00:00:00',1],['2015-11-15 00:00:00',3],['2015-11-16 00:00:00',1],['2015-12-09 00:00:00',1],['2015-12-10 00:00:00',1],['2015-12-20 00:00:00',1],['2015-12-29 00:00:00',2],['2016-01-08 00:00:00',2],['2016-01-12 00:00:00',3],['2016-02-23 00:00:00',1],['2016-02-26 00:00:00',1],['2016-02-28 00:00:00',1],['2016-03-03 00:00:00',2],['2016-03-13 00:00:00',1],['2016-03-14 00:00:00',1],['2016-03-21 00:00:00',3],['2016-03-22 00:00:00',1],['2016-03-24 00:00:00',3],['2016-04-18 00:00:00',2],['2016-04-19 00:00:00',2],['2016-04-20 00:00:00',2],['2016-04-21 00:00:00',4],['2016-04-24 00:00:00',1],['2016-05-02 00:00:00',3],['2016-05-21 00:00:00',2],['2016-06-11 00:00:00',1],['2016-06-17 00:00:00',1],['2016-06-22 00:00:00',1],['2016-06-28 00:00:00',1],['2016-07-02 00:00:00',1],['2016-09-08 00:00:00',2],['2016-09-11 00:00:00',3],['2016-10-18 00:00:00',4],['2016-11-01 00:00:00',1],['2016-11-06 00:00:00',1],['2016-11-07 00:00:00',1],['2016-11-19 00:00:00',2],['2016-11-29 00:00:00',1],['2016-12-05 00:00:00',1],['2016-12-12 00:00:00',1],['2016-12-17 00:00:00',1],['2016-12-18 00:00:00',1],['2016-12-24 00:00:00',1],['2017-01-04 00:00:00',2],],color: '#C33531'}, ], }; myChart.on('finished', function () { alert("--finished--Ok---"); });