diff --git a/docs/css/style.css b/docs/css/style.css index 5addab9c..e8db5f80 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -22,12 +22,18 @@ body, td, th { } h1 { - font-size: 180%; + font-size: 220%; font-weight: bold; padding: 0; margin: 1em 0 1em 0; } +h1 .subtitle { + color: lightgray; + font-size: 11pt; + text-transform: uppercase; +} + h2 { padding-top: 20px; padding-bottom: 10px; diff --git a/examples/graph/17_network_info.html b/examples/graph/17_network_info.html new file mode 100644 index 00000000..ebec84f8 --- /dev/null +++ b/examples/graph/17_network_info.html @@ -0,0 +1,156 @@ + + + + Graph | Images + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/examples/graph/index.html b/examples/graph/index.html index 04691215..0fd44cfb 100644 --- a/examples/graph/index.html +++ b/examples/graph/index.html @@ -2,7 +2,7 @@ - vis.js | examples + vis.js | graph examples @@ -10,7 +10,7 @@
-

vis.js examples

+

vis.js graph examples

01_basic_usage.html

02_random_nodes.html

@@ -28,6 +28,7 @@

14_dot_language.html

15_dot_language_playground.html

16_dynamic_data.html

+

17_network_info.html

graphviz_gallery.html

diff --git a/img/external-link-icons/external-link-icon.png b/img/external-link-icons/external-link-icon.png new file mode 100644 index 00000000..29b21e95 Binary files /dev/null and b/img/external-link-icons/external-link-icon.png differ diff --git a/img/external-link-icons/license.txt b/img/external-link-icons/license.txt new file mode 100644 index 00000000..0e528935 --- /dev/null +++ b/img/external-link-icons/license.txt @@ -0,0 +1,40 @@ +/**************************************\ +Shapes4FREE License +http://www.shapes4free.com/ - visit us to get free photoshop shapes, read our easy-to-understand shapes tutorials and tips, and view beautiful examples of using shapes in all kinds of design +More about the license: http://www.shapes4free.com/license/ +\**************************************/ + +This resource was created by Oksana Khristenko + +This resource has been downloaded from Shapes4FREE.com and is free for personal or commercial projects. You may use it for web and print design. + +No attribution or backlinks are required, but we would certainly appreciate it if you bookmarked www.shapes4free.com and shared the link to it with your friends: + +www.shapes4free.com - free photoshop shapes + +You may not resell or distribute this resource. Uploading it to another website +or offering them for download on another website is not allowed. If you would like to feature this resource on +your website or share them with friends, do not link directly to the resource files, +please link to the appropriate page on Shapes4FREE.com where it is possible to download the freebie. + +/**************************************\ +Shapes4FREE Лицензия +http://www.shapes4free.com/ - бесплатные фигуры для Фотошопа, уроки и подсказки, а также красивые примеры использования фигур во всех видах дизайна +Лицензия: http://www.shapes4free.com/license-ru/ +\**************************************/ + +Автор: Оксана Христенко + +Все бесплатные ресурсы которые можно скачать на Shapes4FREE.com, включая произвольные фигуры для Фотошопа +(photoshop custom shapes) бесплатны для использования в личных и коммерческих проектах. Разрешено использовать +бесплатные ресурсы Shapes4FREE в веб дизайне и печатных материалах. + +Ссылка на сайт Shapes4FREE.com не требуется но приветствуется. Мы будем рады если вы расскажете о нас друзьям: + +www.shapes4free.com - бесплатные фигуры для Фотошопа + +Запрещено продавать или распространять бесплатные ресурсы созданные Shapes4FREE. +Запрещено загружать их на другие сайты и позволять пользователям их скачивать. Если вы хотите рассказать о нашем +бесплатном ресурсе на сайте или поделиться с друзьями, не создавайте прямых ссылок на файл, создайте ссылку на +соответствующую страницу сайта Shapes4FREE.com где можно будет скачать этот ресурс. + diff --git a/img/gallery/graph/17_network_info.png b/img/gallery/graph/17_network_info.png new file mode 100644 index 00000000..1d0ee70b Binary files /dev/null and b/img/gallery/graph/17_network_info.png differ diff --git a/index.html b/index.html index 479b818a..167ebbeb 100644 --- a/index.html +++ b/index.html @@ -28,22 +28,31 @@
  • Install
  • Example
  • Gallery
  • -
  • Docs
  • +
  • + + Docs + + +
  • License
  • -

    vis.js

    +

    + vis.js
    + a visual interaction system +

    Vis.js is a dynamic, browser based visualization library. The library is designed to be easy to use, to handle large amounts - of dynamic data, and to enable manipulation of the data. + of dynamic data, and to enable manipulation of and interaction with the data. The library consists of the components DataSet, Timeline, and Graph.

    - The vis.js library is developed by Almende B.V. + The vis.js library is developed by Almende B.V, + as part of the CHAP.

    @@ -270,6 +279,12 @@ bower install vis
    dynamic data
    +
    + + +
    network info
    +
    +