4月

描述:当前是关于Echarts图表中的 折线图 示例。
 
            option ={
	"baseOption": {
		"timeline": {
			"axisType": "category",
			"orient": "vertical",
			"autoPlay": true,
			"inverse": true,
			"playInterval": 3000,
			"left": null,
			"right": 0,
			"top": 20,
			"bottom": 20,
			"width": 55,
			"height": null,
			"label": {
				"normal": {
					"textStyle": {
						"color": "#999"
					}
				},
				"emphasis": {
					"textStyle": {
						"color": "#fff"
					}
				}
			},
			"symbol": "none",
			"lineStyle": {
				"color": "#555"
			},
			"checkpointStyle": {
				"color": "#bbb",
				"borderColor": "#777",
				"borderWidth": 2
			},
			"controlStyle": {
				"showNextBtn": false,
				"showPrevBtn": false,
				"normal": {
					"color": "#666",
					"borderColor": "#666"
				},
				"emphasis": {
					"color": "#aaa",
					"borderColor": "#aaa"
				}
			},
			"data": ["1月", "2月", "3月"],
			"show": true
		},
		"title": [{
			"textAlign": "center",
			"left": "52%",
			"top": "50%",
			"textStyle": {
				"fontSize": 60,
				"color": "rgba(113, 113, 113, 1)",
				"fontFamily": "思源黑体 CN"
			},
			"text": "1月",
			"show": true
		}, {
			"text": "折线图",
			"left": "center",
			"top": 10,
			"textStyle": {
				"color": "#494949",
				"fontWeight": "bold",
				"fontSize": 40,
				"fontFamily": "思源黑体 CN"
			}
		}],
		"legend": {
			"show": true,
			"data": []
		},
		"grid": {
			"x": "10%",
			"y": "7%",
			"top": "80px"
		},
		"xAxis": {
			"axisLine": {
				"show": false
			},
			"axisTick": {
				"show": false
			},
			"axisLabel": {
				"show": true,
				"color": "#000",
				"fontSize": 14,
				"fontFamily": "思源黑体 CN"
			},
			"splitLine": {
				"show": false
			},
			"data": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
			"name": ""
		},
		"yAxis": {
			"axisLine": {
				"show": false
			},
			"axisTick": {
				"show": false
			},
			"axisLabel": {
				"show": true,
				"color": "#000",
				"fontSize": 14,
				"fontFamily": "思源黑体 CN",
				"rich": {},
				"formatter": null
			},
			"splitLine": {
				"show": true
			},
			"name": "",
			"nameTextStyle": {
				"color": "#000",
				"fontSize": 14,
				"fontFamily": "思源黑体 CN"
			}
		},
		"series": [{
			"type": "line",
			"animation": true,
			"lineStyle": {
				"width": 3
			},
			smooth:0.5,
			"itemStyle": {
				"normal": {
					"label": {
						"formatter": "{b}:{c}"
					}
				}
			},
			"data": []
		}],
	},
	"options": [ {
		"title": {
			"text": "2月"
		},
		"backgroundColor": null,
		"legend": {
			"data": ["采纳", "发布"]
		},
		"xAxis": {
			"data": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"]
		},
		"series": [{
			"type": "line",
			"itemStyle": {
				"normal": {
					"color": "rgba(103,166,224,1)"
				}
			},
			"data": [{
				"value": "120",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}, {
				"value": "132",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}]
		}]
	}, {
		"title": {
			"text": "3月"
		},
		"backgroundColor": null,
		"legend": {
			"data": ["采纳", "发布"]
		},
		"xAxis": {
			"data": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"]
		},
		"series": [{
			"type": "line",
			"itemStyle": {
				"normal": {
					"color": "rgba(103,166,224,1)"
				}
			},
			"data": [{
				"value": "120",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}, {
				"value": "132",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}, {
				"value": "101",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}]
		}]
	}, {
		"title": {
			"text": "4月"
		},
		"backgroundColor": null,
		"legend": {
			"data": ["采纳", "发布"]
		},
		"xAxis": {
			"data": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"]
		},
		"series": [{
			"type": "line",
			"itemStyle": {
				"normal": {
					"color": "rgba(103,166,224,1)"
				}
			},
			"data": [{
				"value": "120",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}, {
				"value": "132",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}, {
				"value": "101",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}, {
				"value": "134",
				"label": {
					"show": true,
					"position": "right",
					"padding": 3,
					"color": "rgba(103,166,224,1)",
					"fontSize": 13
				}
			}]
		}]
	}]
}