grgw_old_java/heatsupply2/WebContent/webpage/modules/echarts/radar.jsp

22 lines
608 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/webpage/include/taglib.jsp"%>
<%@ include file="/webpage/include/echarts.jsp"%>
<meta name="decorator" content="default"/>
8方位
<div id="radar8" class="main000"></div>
<echarts:radar
id="radar8"
title="气象预测风向玫瑰图8方位"
subtitle="预测时间"
orientData="${orientData}"
polarType="8"/>
16方位
<div id="radar16" class="main000"></div>
<echarts:radar
id="radar16"
title="气象预测风向玫瑰图16方位"
subtitle="预测时间"
orientData="${orientData}"
polarType="16"/>