mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Merge commit 'dd04c360082eb7e0c54425907224ecf692307906' into update_visjs_again
This commit is contained in:
@@ -248,7 +248,7 @@ var data = new vis.DataView(dataset, options)
|
||||
<td>Object | Array</td>
|
||||
<td>
|
||||
Get a single item, multiple items, or all items from the DataView.
|
||||
Usage examples can be found in section <a href="#Getting_Data">Getting Data</a>, and the available <code>options</code> are described in section <a href="#Data_Selection">Data Selection</a>.
|
||||
Usage examples can be found in section <a href="#Getting_Data">Getting Data</a>, and the available <code>options</code> are described in section <a href="#Data_Selection">Data Selection</a>. When no item is found, <code>null</code> is returned when a single item was requested, and and empty Array is returned in case of multiple id's.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -307,7 +307,7 @@ var view = new vis.DataView(data, {
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
setDataSet(data)
|
||||
setData(data)
|
||||
</td>
|
||||
<td>none</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user