添加目录和文件
This commit is contained in:
parent
0605aa66dd
commit
824db50781
|
|
@ -0,0 +1,100 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<style>
|
||||||
|
/*全局样式*/
|
||||||
|
* {
|
||||||
|
font-family: "PingFang SC", "Nunito";
|
||||||
|
font-size: 14px;
|
||||||
|
color: rgb(29, 33, 41);
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
/*页面布局*/
|
||||||
|
.document-container {
|
||||||
|
width: 16cm;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
/*文档标题*/
|
||||||
|
.document-block-title {
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
/*表格*/
|
||||||
|
table {
|
||||||
|
width: 16cm;
|
||||||
|
table-layout: auto;
|
||||||
|
border-collapse: collapse;
|
||||||
|
text-align: right;
|
||||||
|
scrolling: no;
|
||||||
|
}
|
||||||
|
/*表格-首行*/
|
||||||
|
table tr th {
|
||||||
|
height: 35px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
background-color: rgb(242 243 245);
|
||||||
|
padding: 8px 16px;
|
||||||
|
}
|
||||||
|
/*表格-数据行*/
|
||||||
|
table tr td {
|
||||||
|
height: 30px;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 400;
|
||||||
|
border-bottom: 1px solid rgb(229 230 235);
|
||||||
|
padding: 8px 16px;
|
||||||
|
}
|
||||||
|
/*表格第一列左对齐*/
|
||||||
|
table th:first-child, table td:first-child {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<head>
|
||||||
|
<meta charset=“UTF-8”>
|
||||||
|
<title>pyecharts</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<table class="fl-table">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>客户ID</th>
|
||||||
|
<th>交易金额</th>
|
||||||
|
<th>交易日期</th>
|
||||||
|
<th>客户分类</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>BM-11140</td>
|
||||||
|
<td>133.20</td>
|
||||||
|
<td>2013-10-04</td>
|
||||||
|
<td>重要价值客户</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>MZ-17515</td>
|
||||||
|
<td>15.01</td>
|
||||||
|
<td>2012-10-03</td>
|
||||||
|
<td>重要价值客户</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>DP-13390</td>
|
||||||
|
<td>35.88</td>
|
||||||
|
<td>2013-10-22</td>
|
||||||
|
<td>重要价值客户</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>ML-8265</td>
|
||||||
|
<td>388.62</td>
|
||||||
|
<td>2012-04-13</td>
|
||||||
|
<td>新客户</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>CK-12205</td>
|
||||||
|
<td>5.23</td>
|
||||||
|
<td>2012-03-28</td>
|
||||||
|
<td>重要价值客户</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,623 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Awesome-pyecharts</title>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/echarts.min.js"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/themes/walden.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body >
|
||||||
|
<div id="250a989d0db24f95b92567e61b4f9051" class="chart-container" style="width:500px; height:350px; "></div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
var chart_250a989d0db24f95b92567e61b4f9051 = echarts.init(
|
||||||
|
document.getElementById('250a989d0db24f95b92567e61b4f9051'), 'walden', {renderer: 'canvas'});
|
||||||
|
|
||||||
|
var option_250a989d0db24f95b92567e61b4f9051 = {
|
||||||
|
"animation": false,
|
||||||
|
"animationThreshold": 2000,
|
||||||
|
"animationDuration": 1000,
|
||||||
|
"animationEasing": "cubicOut",
|
||||||
|
"animationDelay": 0,
|
||||||
|
"animationDurationUpdate": 300,
|
||||||
|
"animationEasingUpdate": "cubicOut",
|
||||||
|
"animationDelayUpdate": 0,
|
||||||
|
"aria": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"name": "series_name",
|
||||||
|
"connectNulls": false,
|
||||||
|
"symbolSize": 4,
|
||||||
|
"showSymbol": true,
|
||||||
|
"smooth": true,
|
||||||
|
"clip": true,
|
||||||
|
"step": false,
|
||||||
|
"stackStrategy": "samesign",
|
||||||
|
"data": [
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-01",
|
||||||
|
1380
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-02",
|
||||||
|
1383
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-03",
|
||||||
|
1392
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-04",
|
||||||
|
1400
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-05",
|
||||||
|
1400
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-06",
|
||||||
|
1411
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-07",
|
||||||
|
1419
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-08",
|
||||||
|
1429
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-09",
|
||||||
|
1441
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-10",
|
||||||
|
1439
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-11",
|
||||||
|
1437
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": [
|
||||||
|
"2013-12",
|
||||||
|
1458
|
||||||
|
],
|
||||||
|
"symbol": "circle",
|
||||||
|
"symbolSize": 4,
|
||||||
|
"symbolKeepAspect": false,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"formatter": "{value|{@[1]}}",
|
||||||
|
"rich": {
|
||||||
|
"value": {
|
||||||
|
"fontWeight": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"valueAnimation": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"hoverAnimation": true,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"margin": 8,
|
||||||
|
"valueAnimation": false
|
||||||
|
},
|
||||||
|
"logBase": 10,
|
||||||
|
"seriesLayoutBy": "column",
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 2.5,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "solid"
|
||||||
|
},
|
||||||
|
"areaStyle": {
|
||||||
|
"opacity": 0.2
|
||||||
|
},
|
||||||
|
"zlevel": 0,
|
||||||
|
"z": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"legend": [
|
||||||
|
{
|
||||||
|
"data": [
|
||||||
|
"series_name"
|
||||||
|
],
|
||||||
|
"selected": {},
|
||||||
|
"show": false,
|
||||||
|
"left": "center",
|
||||||
|
"top": "top",
|
||||||
|
"orient": "horizontal",
|
||||||
|
"align": "auto",
|
||||||
|
"padding": 5,
|
||||||
|
"itemGap": 10,
|
||||||
|
"itemWidth": 10,
|
||||||
|
"itemHeight": 10,
|
||||||
|
"inactiveColor": "#86909C",
|
||||||
|
"textStyle": {
|
||||||
|
"color": "#86909C",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"fontSize": 12
|
||||||
|
},
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"borderColor": "#ccc",
|
||||||
|
"borderWidth": 0,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"pageButtonItemGap": 5,
|
||||||
|
"pageButtonPosition": "end",
|
||||||
|
"pageFormatter": "{current}/{total}",
|
||||||
|
"pageIconColor": "#2f4554",
|
||||||
|
"pageIconInactiveColor": "#aaa",
|
||||||
|
"pageIconSize": 15,
|
||||||
|
"animationDurationUpdate": 800,
|
||||||
|
"selector": false,
|
||||||
|
"selectorPosition": "auto",
|
||||||
|
"selectorItemGap": 7,
|
||||||
|
"selectorButtonGap": 10
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tooltip": {
|
||||||
|
"show": false,
|
||||||
|
"trigger": "item",
|
||||||
|
"triggerOn": "mousemove|click",
|
||||||
|
"axisPointer": {
|
||||||
|
"type": "line"
|
||||||
|
},
|
||||||
|
"showContent": true,
|
||||||
|
"alwaysShowContent": false,
|
||||||
|
"showDelay": 0,
|
||||||
|
"hideDelay": 100,
|
||||||
|
"enterable": false,
|
||||||
|
"confine": false,
|
||||||
|
"appendToBody": false,
|
||||||
|
"transitionDuration": 0.4,
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": 14
|
||||||
|
},
|
||||||
|
"borderWidth": 0,
|
||||||
|
"padding": 5,
|
||||||
|
"order": "seriesAsc"
|
||||||
|
},
|
||||||
|
"xAxis": [
|
||||||
|
{
|
||||||
|
"type": "category",
|
||||||
|
"name": "\u7a97\u53e3\u671f",
|
||||||
|
"show": true,
|
||||||
|
"scale": false,
|
||||||
|
"nameLocation": "end",
|
||||||
|
"nameGap": 15,
|
||||||
|
"nameTextStyle": {
|
||||||
|
"color": "#86909C",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"fontSize": 12
|
||||||
|
},
|
||||||
|
"gridIndex": 0,
|
||||||
|
"axisLine": {
|
||||||
|
"show": true,
|
||||||
|
"onZero": true,
|
||||||
|
"onZeroAxisIndex": 0,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "solid",
|
||||||
|
"color": "#86909C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"axisTick": {
|
||||||
|
"show": false,
|
||||||
|
"alignWithLabel": false,
|
||||||
|
"inside": true,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "solid",
|
||||||
|
"color": "#86909C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"axisLabel": {
|
||||||
|
"show": true,
|
||||||
|
"position": "inside",
|
||||||
|
"color": "#86909C",
|
||||||
|
"rotate": -30,
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"valueAnimation": false
|
||||||
|
},
|
||||||
|
"inverse": false,
|
||||||
|
"offset": 0,
|
||||||
|
"splitNumber": 5,
|
||||||
|
"boundaryGap": false,
|
||||||
|
"minInterval": 0,
|
||||||
|
"splitLine": {
|
||||||
|
"show": false,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "dashed",
|
||||||
|
"color": "#E5E6EB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"animation": true,
|
||||||
|
"animationThreshold": 2000,
|
||||||
|
"animationDuration": 1000,
|
||||||
|
"animationEasing": "cubicOut",
|
||||||
|
"animationDelay": 0,
|
||||||
|
"animationDurationUpdate": 300,
|
||||||
|
"animationEasingUpdate": "cubicOut",
|
||||||
|
"animationDelayUpdate": 0,
|
||||||
|
"data": [
|
||||||
|
"2013-01",
|
||||||
|
"2013-02",
|
||||||
|
"2013-03",
|
||||||
|
"2013-04",
|
||||||
|
"2013-05",
|
||||||
|
"2013-06",
|
||||||
|
"2013-07",
|
||||||
|
"2013-08",
|
||||||
|
"2013-09",
|
||||||
|
"2013-10",
|
||||||
|
"2013-11",
|
||||||
|
"2013-12"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yAxis": [
|
||||||
|
{
|
||||||
|
"type": "value",
|
||||||
|
"name": "\u5ba2\u6237\u6570",
|
||||||
|
"show": true,
|
||||||
|
"scale": false,
|
||||||
|
"nameLocation": "end",
|
||||||
|
"nameGap": 15,
|
||||||
|
"nameTextStyle": {
|
||||||
|
"color": "#86909C",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"fontSize": 12
|
||||||
|
},
|
||||||
|
"gridIndex": 0,
|
||||||
|
"axisLine": {
|
||||||
|
"show": true,
|
||||||
|
"onZero": true,
|
||||||
|
"onZeroAxisIndex": 0,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "solid",
|
||||||
|
"color": "#86909C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"axisTick": {
|
||||||
|
"show": false,
|
||||||
|
"alignWithLabel": false,
|
||||||
|
"inside": true,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "solid",
|
||||||
|
"color": "#86909C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"axisLabel": {
|
||||||
|
"show": true,
|
||||||
|
"position": "inside",
|
||||||
|
"color": "#86909C",
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 12,
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontFamily": "PingFang SC",
|
||||||
|
"valueAnimation": false
|
||||||
|
},
|
||||||
|
"inverse": false,
|
||||||
|
"offset": 0,
|
||||||
|
"splitNumber": 5,
|
||||||
|
"min": 1350,
|
||||||
|
"minInterval": 0,
|
||||||
|
"splitLine": {
|
||||||
|
"show": false,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "dashed",
|
||||||
|
"color": "#E5E6EB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"animation": true,
|
||||||
|
"animationThreshold": 2000,
|
||||||
|
"animationDuration": 1000,
|
||||||
|
"animationEasing": "cubicOut",
|
||||||
|
"animationDelay": 0,
|
||||||
|
"animationDurationUpdate": 300,
|
||||||
|
"animationEasingUpdate": "cubicOut",
|
||||||
|
"animationDelayUpdate": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": [
|
||||||
|
{
|
||||||
|
"show": true,
|
||||||
|
"target": "blank",
|
||||||
|
"subtarget": "blank",
|
||||||
|
"padding": 5,
|
||||||
|
"itemGap": 10,
|
||||||
|
"textAlign": "auto",
|
||||||
|
"textVerticalAlign": "auto",
|
||||||
|
"triggerEvent": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
|
chart_250a989d0db24f95b92567e61b4f9051.setOption(option_250a989d0db24f95b92567e61b4f9051);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,171 @@
|
||||||
|
{
|
||||||
|
"contentType": "application/vnd.gorules.decision",
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "inputNode",
|
||||||
|
"content": {
|
||||||
|
"schema": ""
|
||||||
|
},
|
||||||
|
"id": "a56fc802-839b-4310-999e-054fcfdac452",
|
||||||
|
"name": "request",
|
||||||
|
"position": {
|
||||||
|
"x": 125,
|
||||||
|
"y": 265
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "outputNode",
|
||||||
|
"content": {
|
||||||
|
"schema": ""
|
||||||
|
},
|
||||||
|
"id": "47992630-e8f6-4475-8307-437dc2b93acd",
|
||||||
|
"name": "response",
|
||||||
|
"position": {
|
||||||
|
"x": 845,
|
||||||
|
"y": 235
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "decisionTableNode",
|
||||||
|
"content": {
|
||||||
|
"hitPolicy": "first",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"_id": "14b4347e-2d98-4e7f-80c6-2c1f70db7f38",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"居民身份证(正背面)\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "f01654f5-fa1a-480b-bfbe-a6dc13120aa9",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"居民身份证(正面)\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "false",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "25cf23fb-c150-4f2a-b896-8ca25f6107e0",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"居民身份证(背面)\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "false",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "8f414db5-1f47-4814-9c81-7e036f0da92a",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"银行卡\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "false",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "c373959c-1b1b-4149-8062-22fb3f0b4eb0",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"增值税发票(电子)\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "f64b5e4c-74e3-41ae-96d3-eec72fa512dd",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"增值税发票\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "6120b722-abd9-4f17-a97b-45eaa854961f",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"门诊收费票据(电子)\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "3048396c-b175-44ee-9bcf-8e83aea55280",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"门诊收费票据\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "11df6fc8-22c4-49fc-a54d-0c529daaba17",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"住院收费票据(电子)\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "d5983617-093f-460f-a3e2-33054c644dab",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"住院收费票据\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "9ff5abf3-516e-4b13-a353-b47b4ee29107",
|
||||||
|
"_description": "",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "\"理赔申请书\"",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "true",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "f0d20445-48f1-4980-8d3d-0173fc906293",
|
||||||
|
"_description": "中银保险有限公司其它影像件类型不需要数据抽取",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "false",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": "\"中银保险有限公司\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "9ed5dfc9-85c9-4617-9e54-dfdb8c0c2049",
|
||||||
|
"_description": "其它保险总公司、影像件类型不需要数据抽取",
|
||||||
|
"88d06a40-06ea-472b-9f8f-f4daf6468c52": "",
|
||||||
|
"a2fc744f-930d-43e0-b5cf-824a5928c7f1": "false",
|
||||||
|
"edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"id": "edfeddf0-41bd-4cb7-8cb2-a3c4afa7fc3b",
|
||||||
|
"name": "保险总公司",
|
||||||
|
"field": "insurer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "88d06a40-06ea-472b-9f8f-f4daf6468c52",
|
||||||
|
"name": "影像件类型",
|
||||||
|
"field": "image_type"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"id": "a2fc744f-930d-43e0-b5cf-824a5928c7f1",
|
||||||
|
"name": "是否识别",
|
||||||
|
"field": "extract"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"passThrough": true,
|
||||||
|
"inputField": null,
|
||||||
|
"outputPath": null,
|
||||||
|
"executionMode": "single"
|
||||||
|
},
|
||||||
|
"id": "a1146fe1-b0dd-4efd-b0b7-11e000bc569f",
|
||||||
|
"name": "decisionTable",
|
||||||
|
"position": {
|
||||||
|
"x": 495,
|
||||||
|
"y": 170
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"edges": [
|
||||||
|
{
|
||||||
|
"id": "62727c6a-05e8-48c7-997d-f49de0f5334b",
|
||||||
|
"sourceId": "a1146fe1-b0dd-4efd-b0b7-11e000bc569f",
|
||||||
|
"targetId": "47992630-e8f6-4475-8307-437dc2b93acd",
|
||||||
|
"type": "edge"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cdd9b38a-928e-4169-bb07-4a1edfecd11b",
|
||||||
|
"sourceId": "a56fc802-839b-4310-999e-054fcfdac452",
|
||||||
|
"targetId": "a1146fe1-b0dd-4efd-b0b7-11e000bc569f",
|
||||||
|
"type": "edge"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue