Author: fschumacher Date: Sat Apr 9 09:51:26 2016 New Revision: 1738340 URL: http://svn.apache.org/viewvc?rev=1738340&view=rev Log: Use dl instead of ul for definition lists.
Modified:
jmeter/trunk/xdocs/devguide-dashboard.xml
Modified: jmeter/trunk/xdocs/devguide-dashboard.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/devguide-dashboard.xml?rev=1738340&r1=1738339&r2=1738340&view=diff
==============================================================================
--- jmeter/trunk/xdocs/devguide-dashboard.xml (original)
+++ jmeter/trunk/xdocs/devguide-dashboard.xml Sat Apr 9 09:51:26 2016
@@ -156,70 +156,31 @@
The graph references in the templated
files use the syntax :
<code>${<graph_id>.<value>}</code> where :
- <ul>
- <li>"<code>graph_id</code>"
- is the identifier of the graph matching the
jmeter
- properties
- definition</li>
- <li>"<code>value</code>" is the name of the value
where data are stored.</li>
- </ul>
+ <dl>
+ <dt><code>graph_id</code></dt>
+ <dd>is the identifier of the graph matching the
jmeter
+ properties definition</dd>
+ <dt><code>value</code></dt>
+ <dd>is the name of the value where data are
stored.</dd>
+ </dl>
</p>
<p>
Each graph produces the following values :
- <ul>
- <li>
- <p>
- <code>maxX</code>
- :
- <br />
- The maximum abscissa of the graph (double).
- </p>
- </li>
- <li>
- <p>
- <code>maxY</code>
- :
- <br />
- The maximum ordinate of the graph (double).
- </p>
- </li>
- <li>
- <p>
- <code>minX</code>
- :
- <br />
- The minimum abscissa of the graph
- (double).
- </p>
- </li>
- <li>
- <p>
- <code>minY</code>
- :
- <br />
- The maximum ordinate
- of the graph (double).
- </p>
- </li>
- <li>
- <p>
- <code>title</code>
- :
- <br />
- The
- title of the graph (string).
- </p>
- </li>
- <li>
- <p>
- <code>values</code>
- :
- <br />
- A json object representing the data of the
graph series
- (string).
- </p>
- </li>
- </ul>
+ <dl>
+ <dt><code>maxX</code>:</dt>
+ <dd>The maximum abscissa of the graph
(double).</dd>
+ <dt><code>maxY</code>:</dt>
+ <dd>The maximum ordinate of the graph
(double).</dd>
+ <dt><code>minX</code>:</dt>
+ <dd>The minimum abscissa of the graph
(double).</dd>
+ <dt><code>minY</code>:</dt>
+ <dd>The maximum ordinate of the graph
(double).</dd>
+ <dt><code>title</code>:</dt>
+ <dd>The title of the graph (string).</dd>
+ <dt><code>values</code>:</dt>
+ <dd>A json object representing the data of the
graph series
+ (string).</dd>
+ </dl>
</p>
<!-- <note> -->
<!-- Graph can provide some other values, see -->
