-
Notifications
You must be signed in to change notification settings - Fork 1
/
frame.html
494 lines (478 loc) · 17 KB
/
frame.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
* {
padding: 0;
margin: 0;
}
body, .wrapper {
min-height: 100vh;
}
.chart {
width: 600px;
height: 500px;
margin: 30px auto;
}
.box {
width: 1000px;
margin: 0 auto 50px;
}
.title {
font-weight: bold;
color: #333;
font-size: 20px;
line-height: 80px;
}
.p-tit {
font-weight: bold;
color: #333;
font-size: 30px;
line-height: 80px;
text-align: center;
padding-top: 30px;
}
.txt {
color: #666;
font-size: 16px;
line-height: 30px;
}
</style>
<script type="text/javascript" src="https://registry.npmmirror.com/jquery/3.7.1/files/dist/jquery.min.js"></script>
<script type="text/javascript" src="https://registry.npmmirror.com/echarts/5.5.1/files/dist/echarts.min.js"></script>
</head>
<body>
<div class="wrapper">
<p class="p-tit">一种基于锂电池的xxx技术研究报告</p>
<div class="box">
<p class="title">技术背景和目标</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<div class="chart" id="patent_trend1"></div>
</div>
<div class="box">
<p class="title">技术发展及衍变趋势分析</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<div class="chart" id="patent_trend2"></div>
</div>
<div class="box">
<p class="title">申请人排名分析</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<div class="chart" id="patent_applicant"></div>
</div>
<div class="box">
<p class="title">地域分析</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<div class="chart" id="patent_area"></div>
</div>
<div class="box">
<p class="title">专利类型</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<div class="chart" id="patent_type"></div>
</div>
<div class="box">
<p class="title">技术构成分析</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<div class="chart" id="aaa"></div>
</div>
<div class="box">
<p class="title">专利集中度分析</p>
<p class="txt">2004年初,在省统计局负责国民经济核算的朱飞飞突然接到一个任务,参与分析浙江GDP增长过程中的代价。谈及当时分析的结果,朱飞飞回忆道:“像耕地面积的减少这一块,1996年到2000年这4年时间,每年也就减少21.95万亩,但是2003一年,它就减少了62.38万亩。我们的生产方式还是比较粗放的,应该是面临着所谓的‘成长的烦恼’。”</p>
<div class="chart" id="bbb"></div>
</div>
</div>
</body>
<script>
//==============================================================
var dom_patent_trend1 = document.getElementById('patent_trend1');
var chart_patent_trend1 = echarts.init(dom_patent_trend1, null, {
renderer: 'canvas',
useDirtyRect: false
});
const option_patent_trend1 = {
animation: false,
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'value'
},
series: [
{
data: [120, 200, 150, 80, 70, 110, 130],
type: 'bar'
}
]
};
chart_patent_trend1.setOption(option_patent_trend1);
//==============================================================
var dom_patent_trend2 = document.getElementById('patent_trend2');
var chart_patent_trend2 = echarts.init(dom_patent_trend2, null, {
renderer: 'canvas',
useDirtyRect: false
});
const option_patent_trend2 = {
animation: false,
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
crossStyle: {
color: '#999'
}
}
},
toolbox: {
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true }
}
},
legend: {
data: ['Evaporation', 'Precipitation', 'Temperature']
},
xAxis: [
{
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
axisPointer: {
type: 'shadow'
}
}
],
yAxis: [
{
type: 'value',
name: 'Precipitation',
min: 0,
max: 250,
interval: 50,
axisLabel: {
formatter: '{value} ml'
}
},
{
type: 'value',
name: 'Temperature',
min: 0,
max: 25,
interval: 5,
axisLabel: {
formatter: '{value} °C'
}
}
],
series: [
{
name: 'Evaporation',
type: 'bar',
tooltip: {
valueFormatter: function (value) {
return value + ' ml';
}
},
data: [
2.0, 4.9, 7.0, 23.2, 25.6, 76.7, 135.6, 162.2, 32.6, 20.0, 6.4, 3.3
]
},
{
name: 'Precipitation',
type: 'bar',
tooltip: {
valueFormatter: function (value) {
return value + ' ml';
}
},
data: [
2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 6.0, 2.3
]
},
{
name: 'Temperature',
type: 'line',
yAxisIndex: 1,
tooltip: {
valueFormatter: function (value) {
return value + ' °C';
}
},
data: [2.0, 2.2, 3.3, 4.5, 6.3, 10.2, 20.3, 23.4, 23.0, 16.5, 12.0, 6.2]
}
]
};
chart_patent_trend2.setOption(option_patent_trend2);
//==============================================================
var dom_patent_applicant = document.getElementById('patent_applicant');
var chart_patent_applicant = echarts.init(dom_patent_applicant, null, {
renderer: 'canvas',
useDirtyRect: false
});
const option_patent_applicant = {
animation: false,
title: {
text: 'World Population'
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow'
}
},
legend: {},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'value',
boundaryGap: [0, 0.01]
},
yAxis: {
type: 'category',
data: ['Brazil', 'Indonesia', 'USA', 'India', 'China', 'World']
},
series: [
{
name: '2011',
type: 'bar',
data: [18203, 23489, 29034, 104970, 131744, 630230]
},
{
name: '2012',
type: 'bar',
data: [19325, 23438, 31000, 121594, 134141, 681807]
}
]
};
chart_patent_applicant.setOption(option_patent_applicant);
//==============================================================
var dom_patent_area = document.getElementById('patent_area');
var chart_patent_area = echarts.init(dom_patent_area, null, {
renderer: 'canvas',
useDirtyRect: false
});
const option_patent_area = {
animation: false,
title: {
text: 'Stacked Line'
},
tooltip: {
trigger: 'axis'
},
legend: {
data: ['Email', 'Union Ads', 'Video Ads', 'Direct', 'Search Engine']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
toolbox: {
feature: {
saveAsImage: {}
}
},
xAxis: {
type: 'category',
boundaryGap: false,
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'value'
},
series: [
{
name: 'Email',
type: 'line',
stack: 'Total',
data: [120, 132, 101, 134, 90, 230, 210]
},
{
name: 'Union Ads',
type: 'line',
stack: 'Total',
data: [220, 182, 191, 234, 290, 330, 310]
},
{
name: 'Video Ads',
type: 'line',
stack: 'Total',
data: [150, 232, 201, 154, 190, 330, 410]
},
{
name: 'Direct',
type: 'line',
stack: 'Total',
data: [320, 332, 301, 334, 390, 330, 320]
},
{
name: 'Search Engine',
type: 'line',
stack: 'Total',
data: [820, 932, 901, 934, 1290, 1330, 1320]
}
]
};
chart_patent_area.setOption(option_patent_area);
//==============================================================
var dom_patent_type = document.getElementById('patent_type');
var chart_patent_type = echarts.init(dom_patent_type, null, {
renderer: 'canvas',
useDirtyRect: false
});
const option_patent_type = {
animation: false,
title: {
text: 'Referer of a Website',
subtext: 'Fake Data',
left: 'center'
},
tooltip: {
trigger: 'item'
},
legend: {
orient: 'vertical',
left: 'left'
},
series: [
{
name: 'Access From',
type: 'pie',
radius: '50%',
data: [
{ value: 1048, name: 'Search Engine' },
{ value: 735, name: 'Direct' },
{ value: 580, name: 'Email' },
{ value: 484, name: 'Union Ads' },
{ value: 300, name: 'Video Ads' }
],
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
chart_patent_type.setOption(option_patent_type);
//==============================================================
var dom_aaa = document.getElementById('aaa');
var chart_aaa = echarts.init(dom_aaa, null, {
renderer: 'canvas',
useDirtyRect: false
});
const option_aaa = {
// title:{
// text:'矩形树',
// left: 'center', // 设置标题水平居中
// top: 20 // 设置标题距离顶部的距离为20像素
// },
// tooltip: { //浮窗效果
// },
series: [
{
name:'全部',
type:'treemap', //图例样式,矩形树
levels: [
// 第一个层级的配置
{
// 设置每个矩形的边框样式
itemStyle: {
borderColor: '#ffffff', // 边框颜色
borderWidth: 4, // 边框宽度
gapWidth: 1, // 矩形之间的间隔宽度
},
// 设置上方标签的显示方式
upperLabel: {
show: false, // 是否显示上方标签
},
},
// // 第二个层级的配置
// {
// // 设置每个矩形的边框样式
// itemStyle: {
// borderColor: '#ffffff', // 边框颜色
// borderWidth: 2, // 边框宽度
// gapWidth: 1, // 矩形之间的间隔宽度
// },
// // 设置上方标签的显示方式
// upperLabel: {
// show: false, // 是否显示上方标签
// },
// },
],
data: [ //数据
{
name:'第二组',
value:30,
// children:[ //数据集
// {name: 'Hello', value: 7},
// // {name: 'World', value: 5},
// // {name: 'This', value: 15},
// // {name: 'is', value: 10}
// ]
},
{
name:'第三组',
value:20,
// children:[ //数据集
// {name: 'Hello', value: 7},
// // {name: 'World', value: 10},
// // {name: 'This', value: 20},
// // {name: 'is', value: 5}
// ]
},
{
name:'第一组',
value:50,
// children:[ //数据集
// {name: 'Hello', value: 7},
// // {name: 'World', value: 2},
// // {name: 'This', value: 15},
// // {name: 'is', value: 20}
// ]
},
]
}
]
};
chart_aaa.setOption(option_aaa);
//==============================================================
var dom_bbb = document.getElementById('bbb');
var chart_bbb = echarts.init(dom_bbb, null, {
renderer: 'canvas',
useDirtyRect: false
});
const option_bbb = {
animation: false,
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'value'
},
series: [
{
data: [820, 932, 901, 934, 1290, 1330, 1320],
type: 'line',
smooth: true
}
]
};
chart_bbb.setOption(option_bbb);
//==============================================================
$.post('http://110.42.103.198:22440/v1/report/detail', { id:'1' }, function(res) {
console.log(res)
});
</script>
</html>