页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
languagexml
linenumberstrue
{
	"series": [
		{
			"markLine": {
				"data": [
					{
						"type": "average"
					//支持'average', 'min', 'max'
					}
				],
				"lineStyle": {
					"width": 3,
					//宽度
					"color": "rgba(245, 15, 15, 1)",
					//颜色
					"type": "solid"
					//线样式,支持'solid','dashed','dotted'
				}
			}
		}
	]
}

实现效果如下: