mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user