Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\monitoring\website\repTxnRespChart.jspf
<%-- /* $Header: repTxnRespChart.jspf 11-jul-2002.11:13:14 njuillar Exp $ */ /* Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved. */ /* DESCRIPTION NOTES <other useful comments, qualifications, etc.> MODIFIED (MM/DD/YY) njuillar 07/11/02 - Move chart legend to the South asawant 06/26/02 - asawant_mv_jsp_to_jspf asawant 06/24/02 - moved from .jsp asawant 06/24/02 - history section added */ /** * @version $Header: repTxnRespChart.jspf 11-jul-2002.11:13:14 njuillar Exp $ * @author rmarripa * @since release specific (what release of product did this appear in) */ --%> <%--<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%>--%> <uix:header text="<%=repTxnPerfBean.getRepTxnRespChartTitle()%>"> <uix:contents> <%--<uix:switcher beanKey="repTxnPerfBean" childNameProp="errorNode"> <uix:case name="error"> <oem:messageBox messageType="error" errorTableKey="errors" msgBundleKey="websiteReourceBundle" titleTextKey="titleText" mainTextKey="mainText"/> </uix:case> <uix:case name="OK">--%> <uix:borderLayout> <uix:contents> <%--<uix:chart chartType="barChart" orientation="vertical" legendVisible="true" width="300" height="200" > <uix:contents> <uix:boundChartDataSource dataClass="oracle.sysman.eml.chronos.controller.TxnController" dataMethod="getRepTxnPerfData"/> <uix:chartColumn displayLabel="Target" sourceIndex="0" isKey="true"/> <uix:chartColumn displayLabel="Response Time(ms)" sourceIndex="1" itemColor="blue"/> </uix:contents> </uix:chart>--%> <oem:chart chartType="timeSeriesChart" orientation="vertical" width="400" height="200" timeGranularity="MINUTE" seriesColorsAutomatic="true" legendPosition="south"> <uix:contents> <oem:boundChartDataSource dataClass="oracle.sysman.eml.chronos.controller.TxnController" dataMethod="getRepTxnPerfData"/> <oem:chartColumn sourceIndex="0" isTimeColumn="true"/> <oem:chartColumn sourceIndex="1" isKey="true"/> <%-- Don't remove displayLabel --> the chart disappears! --%> <oem:chartColumn sourceIndex="2" displayLabel=""/> </uix:contents> </oem:chart> </uix:contents> </uix:borderLayout> <%--</uix:case> </uix:switcher>--%> </uix:contents> </uix:header>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de