mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
35db670c97
git-subtree-dir: lib/vis git-subtree-split: 1d029cab7b527f3b292e95d550efbf784dac8699
27 lines
487 B
JavaScript
27 lines
487 B
JavaScript
/**
|
|
* vis.js
|
|
* https://github.com/almende/vis
|
|
*
|
|
* A dynamic, browser-based visualization library.
|
|
*
|
|
* @version @@version
|
|
* @date @@date
|
|
*
|
|
* @license
|
|
* Copyright (C) 2011-2014 Almende B.V, http://almende.com
|
|
*
|
|
* Vis.js is dual licensed under both
|
|
*
|
|
* * The Apache 2.0 License
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* and
|
|
*
|
|
* * The MIT License
|
|
* http://opensource.org/licenses/MIT
|
|
*
|
|
* Vis.js may be distributed under either license.
|
|
*/
|
|
|
|
"use strict";
|