I named the file shown below "Graph plus 365day graph - Modified.htm" and then created a copy of the B11 graph and renamed that to "B12 Graph Only Mod - 24h.htm". In the new "B12 Graph Only Mod - 24h.htm" I referenced the new "Graph plus 365day graph", and it worked like you want it to work.
Below is the code for the two files.
Graph plus 365day graph - Modified.htm
<div class="onereport report<@counter>">
<img src="/images/reportheader.png">
<h1><#objectproperty name="name">: <b><#objectproperty id="<@objectid>" name="name"></b></h1>
<table cellspacing=0 class="overview">
<tr class=even>
<td class=title><#lang key="html.reporttemplates.reporttimespan" default="Report Time Span">:</td>
<td colspan=6><#report type="startdate"> - <#report type="enddate"></td>
</tr>
<tr class=odd>
<td class=title><#lang key="html.reporttemplates.reporthours" default="Report Hours">:</td>
<td colspan=6><#report type="reporthours"></td>
</tr>
<tr class=even>
<td class=title><#lang key="html.reporttemplates.sensortype" default="Sensor Type">:</td>
<td colspan=6><#objectstatus name="type" id="<@objectid>"> (<#objectstatus id="<@objectid>" name="interval"> <#lang key="html.reporttemplates.interval" default="Interval">)</td>
</tr>
<tr class=odd>
<td class=title><#lang key="html.reporttemplates.probegroupdevice" default="Probe, Group, Device">:</td>
<td colspan=6><#objectstatus id="<@objectid>" name="probe" show="textshort"> > <#objectproperty id="<@objectid>" name="ParentGroup" show="text"> > <#objectproperty id="<@objectid>" name="ParentDevice" show="text"></td>
</tr>
<@loop>
</table>
<div class="reportgraph">
<#report type="chart" graphid="<@subid>" repsensid="<@objectid>" avg="<@graphaverage>" sdate="<@start>" edate="<@end>" width=850 height=530 graphstylefile="graphstyling.htm" animationandinteraction="1" datastylefile="graphdatastyling.htm" animationstylefile="graphanimationstyling.htm" graphstyling="baseFontSize='12'%20showLegend='0'" tooltexts="1" datastyling="drawAnchors='1'%20anchorRadius='1'%20lineThickness='2'" refreshable="true">
<div style="width:850px"><#report type="legend" repnodeid="<@subid>" repsensid="<@objectid>" width="850"></div>
</div>
<br>
<#report type="averagetable" repnodeid="<@subid>" repsensid="<@objectid>" avg="<@tableaverage>" sdate="<@start>" edate="<@end>">
</div>
B12 Graph Only Mod - 24h.htm
<!--Graph only: Graph only (24h interval)-->
<!--10-->
<#lang key="html.reporttemplates.title" default="Report" var="title">
<#include file="includes\reportheader.htm" varexpand="title" title=" | @title">
<#objectproperty name="reportheader">
<#report type="list" name="details\Graph plus 365day graph - Modified.htm" subname="details\Detail Loop.htm" graphaverage="86400">
<#cropmsg>
<#objectproperty name="reportfooter">
<#include file="includes\reportfooter.htm">
Make sure that both of these files are in the correct place. Once you have done this, the report should look like this:
Full Size
Add comment