14 lines
479 B
Plaintext
14 lines
479 B
Plaintext
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
||
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
||
|
<%@ include file="/webpage/include/echarts.jsp"%>
|
||
|
<meta name="decorator" content="default"/>
|
||
|
|
||
|
双数值轴折线:
|
||
|
<div id="line_doubleNum" class="main000"></div>
|
||
|
<echarts:lineDoubleNum
|
||
|
id="line_doubleNum"
|
||
|
title="双数值轴折线"
|
||
|
subtitle="短期预测数据对比曲线"
|
||
|
xAxisName="预测时间"
|
||
|
yAxisName="实际电量(MW)"
|
||
|
axisDataArr="${axisDataArr}"/>
|