Browse Source

Fixed broken example 03

css_transitions
jos 10 years ago
parent
commit
242b6bf2db
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      examples/timeline/03_much_data.html

+ 2
- 0
examples/timeline/03_much_data.html View File

@ -61,6 +61,8 @@
//height: '300px',
//orientation: 'top'
};
var timeline = new vis.Timeline(container, items, options);
</script>
</body>
</html>

Loading…
Cancel
Save