<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 26 March 2014 23:59, John Horne <span dir="ltr"><<a href="mailto:john.horne@plymouth.ac.uk" target="_blank">john.horne@plymouth.ac.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">However, is it possible to add a block of dynamic text below the graph<br>
(below the axis label)? We would like a small table showing the top ten<br>
sites that users have logged in to at that time. This could be plain<br>
text, but could be an HTML table. Is that possible?<br></blockquote><div><br></div><div>It's open source, so anything is possible.  ;-)</div><div><br></div><div>Seeerously, though, all of the graph content is controlled by the graph definition, which in turn tells rrdgraph how to make the graph.  So you can put any text you like there (eg using COMMENT:text clause) and it will get displayed.</div>

<div><br></div><div>But what you're trying to do requires dynamic text, which is a bit more of a challenge.  So what you could do is to add "include my-graphs.cfg" at the end of your graphs.cfg, and then you can dynamically re-create the my-graphs.cfg file based on the data you want to include.</div>

<div><br></div><div>J</div><div><br></div></div></div></div>