@it dpt, can do something like this:
create new object; and add the title in your graph as tag in the Before html option
<!--Graphs: _object with no title-->
<div class="map_object map_graph" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<#checkobjecttype objecttype="sensor" nicemessage="true" id="<@objectid>">
<#object graphtitle="@@notitle@@" forcepng="true" type="graph" id="<@objectid>" graphid="0" width="<@width>" height="<@height>" graphstylefile="graphstyling.htm" datastylefile="graphdatastyling.htm" animationstylingfile="graphanimationstyling.htm" tooltexts="1" graphstyling="baseFontSize='10'%20showLegend='0'" datastyling="anchorRadius='1'%20lineThickness='1'" >
<#mapobject type="htmlafter" subid="<@subid>">
</div>
Add comment