diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 12:42:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 12:42:48 -0400 |
| commit | 210e8feae2fb4842bfb2de38666e6c41671fef3c (patch) | |
| tree | cbdafa34b1a6260bb20236d7e9de9eb1b690a1c5 /www/lib/vis/examples/timeline/other/requirejs/scripts/main.js | |
| parent | e7e7baeaad90229ccb3e0f45f4ebd77be7d79b14 (diff) | |
removed lib
Diffstat (limited to 'www/lib/vis/examples/timeline/other/requirejs/scripts/main.js')
| -rw-r--r-- | www/lib/vis/examples/timeline/other/requirejs/scripts/main.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/lib/vis/examples/timeline/other/requirejs/scripts/main.js b/www/lib/vis/examples/timeline/other/requirejs/scripts/main.js deleted file mode 100644 index f8148540..00000000 --- a/www/lib/vis/examples/timeline/other/requirejs/scripts/main.js +++ /dev/null @@ -1,19 +0,0 @@ -require.config({ - paths: { - vis: '../../../../../dist/vis' - } -}); - -require(['vis'], function (vis) { - var container = document.getElementById('visualization'); - var data = new vis.DataSet([ - {id: 1, content: 'item 1', start: '2013-04-20'}, - {id: 2, content: 'item 2', start: '2013-04-14'}, - {id: 3, content: 'item 3', start: '2013-04-18'}, - {id: 4, content: 'item 4', start: '2013-04-16', end: '2013-04-19'}, - {id: 5, content: 'item 5', start: '2013-04-25'}, - {id: 6, content: 'item 6', start: '2013-04-27'} - ]); - var options = {}; - var timeline = new vis.Timeline(container, data, options); -}); |
