mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Merge commit 'dd04c360082eb7e0c54425907224ecf692307906' into update_visjs_again
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
|
||||
<h2 id="Data_Format">Data Format</h2>
|
||||
<p>
|
||||
Graph3d can load data from an <code>Array</code>, a <code>DataSet</code> or a <code>DataView</code>.
|
||||
Graph3d can load data from an <code>Array</code>, a <code>DataSet</code> (offering 2 way data binding), or a <code>DataView</code> (offering 1 way data binding).
|
||||
JSON objects are added to this DataSet by using the <code>add()</code> function.
|
||||
Data points must have properties <code>x</code>, <code>y</code>, and <code>z</code>,
|
||||
and can optionally have a property <code>style</code> and <code>filter</code>.
|
||||
@@ -379,6 +379,13 @@ var options = {
|
||||
<td>The line width of dots, bars and lines. Applicable for all styles.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>dotSizeRatio</td>
|
||||
<td>number</td>
|
||||
<td>0.02</td>
|
||||
<td>Ratio of the size of the dots with respect to the width of the graph.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>gridColor</td>
|
||||
<td>string</td>
|
||||
|
||||
Reference in New Issue
Block a user