Browse Source

Released v3.6.2

gh-pages
jos 10 years ago
parent
commit
6c00fdbad6
4 changed files with 56 additions and 46 deletions
  1. +11
    -11
      dist/vis.js
  2. +11
    -11
      dist/vis.min.js
  3. +17
    -12
      docs/index.html
  4. +17
    -12
      index.html

+ 11
- 11
dist/vis.js View File

@ -4,23 +4,23 @@
*
* A dynamic, browser-based visualization library.
*
* @version 3.6.1
* @date 2014-10-22
* @version 3.6.2
* @date 2014-10-24
*
* @license
* Copyright (C) 2011-2014 Almende B.V, http://almende.com
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
* Vis.js is dual licensed under both
*
* http://www.apache.org/licenses/LICENSE-2.0
* * The Apache 2.0 License
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
* and
*
* * The MIT License
* http://opensource.org/licenses/MIT
*
* Vis.js may be distributed under either license.
*/
(function webpackUniversalModuleDefinition(root, factory) {

+ 11
- 11
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 17
- 12
docs/index.html View File

@ -193,28 +193,33 @@ var timeline = new vis.Timeline(container, data, options);
<h2 id="license">License</h2>
<p>
Copyright (C) 2010-2014 Almende B.V.
Copyright 2010-2014 Almende B.V.
</p>
<p>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Vis.js is dual licensed under both
</p>
<ul>
<li>
The Apache 2.0 License<br>
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>
</li>
</ul>
<p>
<a href="http://www.apache.org/licenses/LICENSE-2.0"
target="_blank">http://www.apache.org/licenses/LICENSE-2.0</a>
and
</p>
<ul>
<li>
The MIT License<br>
<a href="http://opensource.org/licenses/MIT">http://opensource.org/licenses/MIT</a>
</li>
</ul>
<p>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Vis.js may be distributed under either license.
</p>
</div>
</body>
</html>

+ 17
- 12
index.html View File

@ -74,7 +74,7 @@ bower install vis
<h3>download</h3>
<a href="download/vis.zip">Click here to download vis.js</a>
(version <span class="version">3.6.1</span>)
(version <span class="version">3.6.2</span>)
<h2 id="example">Example</h2>
@ -715,25 +715,30 @@ The source code of the examples can be found in the
<h2 id="license">License</h2>
<p>
Copyright (C) 2010-2014 Almende B.V.
Copyright 2010-2014 Almende B.V.
</p>
<p>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Vis.js is dual licensed under both
</p>
<ul>
<li>
The Apache 2.0 License<br>
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>
</li>
</ul>
<p>
http://www.apache.org/licenses/LICENSE-2.0
and
</p>
<ul>
<li>
The MIT License<br>
<a href="http://opensource.org/licenses/MIT">http://opensource.org/licenses/MIT</a>
</li>
</ul>
<p>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Vis.js may be distributed under either license.
</p>
<a id="forkme" href="https://github.com/almende/vis/" target="_blank">

Loading…
Cancel
Save