10 2019 档案

摘要:chart.events.addSeries:添加数列到图表中。 chart.events.click:整个图表的绘图区上所发生的点击事件。 chart.events.load:图表加载事件。 chart.events.redraw:图表重画事件,当点击图注显示和隐藏绘图时可以触发。 chart.e 阅读全文
posted @ 2019-10-29 17:03 A-dabai 阅读(1103) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <m 阅读全文
posted @ 2019-10-23 09:39 A-dabai 阅读(726) 评论(0) 推荐(0)
摘要:var p1 = new Progress({ el: 'my_html', //canvas元素id deg: 100, //绘制角度 timer: 8, //绘制时间 lineWidth: 5, //线宽 lineBgColor: '#BBBBBB', //底圆颜色 lineColor: 'wh 阅读全文
posted @ 2019-10-21 14:42 A-dabai 阅读(545) 评论(0) 推荐(0)
摘要:1 <html> 2 3 <head> 4 <link rel="stylesheet" href="../compiled/flipclock.css"> 5 6 <script src="../compiled/jquery-1.11.0.min.js"></script> 7 8 <scrip 阅读全文
posted @ 2019-10-18 16:26 A-dabai 阅读(1137) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html lang="zh"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <t 阅读全文
posted @ 2019-10-14 10:18 A-dabai 阅读(222) 评论(0) 推荐(0)
摘要:css:html,body { background: #111; width: 100vw; height: 100vh; overflow: hidden;}.wrapper { position: absolute; width: 50vw; height: 50vw; top: 0; lef 阅读全文
posted @ 2019-10-14 10:14 A-dabai 阅读(222) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> * { padding: 0; margin: 0; } body { width: 100%; height 阅读全文
posted @ 2019-10-14 09:27 A-dabai 阅读(240) 评论(0) 推荐(0)