Browse Source

Removed index.html files from examples

flowchartTest
jos 9 years ago
parent
commit
970204b6ed
4 changed files with 0 additions and 137 deletions
  1. +0
    -32
      examples/graph2d/index.html
  2. +0
    -29
      examples/graph3d/index.html
  3. +0
    -22
      examples/index.html
  4. +0
    -54
      examples/timeline/index.html

+ 0
- 32
examples/graph2d/index.html View File

@ -1,32 +0,0 @@
<html>
<head>
<link rel='stylesheet' href='default.css' type='text/css'>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-61231638-1', 'auto');ga('send', 'pageview');</script></head>
<body>
<div id="container">
<h1>Graph2d Examples</h1>
<p><a href="01_basic.html">01_basic.html</a></p>
<p><a href="02_bars.html">02_bars.html</a></p>
<p><a href="03_groups.html">03_groups.html</a></p>
<p><a href="04_rightAxis.html">04_rightAxis.html</a></p>
<p><a href="05_bothAxis.html">05_bothAxis.html</a></p>
<p><a href="06_interpolation.html">06_interpolation.html</a></p>
<p><a href="07_scrollingAndSorting.html">07_scrollingAndSorting.html</a></p>
<p><a href="08_performance.html">08_performance.html</a></p>
<p><a href="09_external_legend.html">09_external_legend.html</a></p>
<p><a href="10_barsSideBySide.html">10_barsSideBySide.html</a></p>
<p><a href="11_barsSideBySideGroups.html">11_barsSideBySideGroups.html</a></p>
<p><a href="12_customRange.html">12_customRange.html</a></p>
<p><a href="13_localization.html">13_localization.html</a></p>
<p><a href="14_toggleGroups.html">14_toggleGroups.html</a></p>
<p><a href="15_streaming_data.html">15_streaming_data.html</a></p>
<p><a href="16_bothAxis_titles.html">16_bothAxis_titles.html</a></p>
<p><a href="17_dynamicStyling.html">17_dynamicStyling.html</a></p>
<p><a href="18_scatterplot.html">18_scatterplot.html</a></p>
<p><a href="19_labels.html">19_labels.html</a></p>
</div>
</body>
</html>

+ 0
- 29
examples/graph3d/index.html View File

@ -1,29 +0,0 @@
<html>
<head>
<link rel='stylesheet' href='default.css' type='text/css'>
<script src="../googleAnalytics.js"></script>
</head>
<body>
<div id="container">
<h1>Examples</h1>
<p><a href="01_basics.html">01_basics.html</a></p>
<p><a href="02_camera.html">02_camera.html</a></p>
<p><a href="03_filter_data.html">03_filter_data.html</a></p>
<p><a href="04_animation.html">04_animation.html</a></p>
<p><a href="05_line.html">05_line.html</a></p>
<p><a href="06_moving_dots.html">06_moving_dots.html</a></p>
<p><a href="07_dot_cloud_colors.html">07_dot_cloud_colors.html</a></p>
<p><a href="08_dot_cloud_size.html">08_dot_cloud_size.html</a></p>
<p><a href="09_mobile.html">09_mobile.html</a></p>
<p><a href="10_styling.html">10_styling.html</a></p>
<p><a href="11_tooltips.html">11_tooltips.html</a></p>
<p><a href="12_custom_labels.html">12_custom_labels.html</a></p>
<h1>Playground</h1>
<p><a href="playground">Open the playground</a></p>
</div>
</body>
</html>

+ 0
- 22
examples/index.html View File

@ -1,22 +0,0 @@
<!doctype html>
<html>
<head>
<title>vis.js | examples</title>
<link href='../docs/css/old_style.css' type='text/css' rel='stylesheet'>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-61231638-1', 'auto');ga('send', 'pageview');</script></head>
<body>
<div id="container">
<h1>vis.js examples</h1>
<p><a href="network">network</a></p>
<p><a href="graph2d">graph2d</a></p>
<p><a href="graph3d">graph3d</a></p>
<p><a href="timeline">timeline</a></p>
</div>
</body>
</html>

+ 0
- 54
examples/timeline/index.html View File

@ -1,54 +0,0 @@
<!doctype html>
<html>
<head>
<title>vis.js | timeline examples</title>
<link href='../../docs/css/old_style.css' type='text/css' rel='stylesheet'>
<script src="../googleAnalytics.js"></script>
</head>
<body>
<div id="container">
<h1>vis.js timeline examples</h1>
<p><a href="01_basic.html">01_basic.html</a></p>
<p><a href="02_manipulation.html">02_manipulation.html</a></p>
<p><a href="03_performance.html">03_performance.html</a></p>
<p><a href="04_html_data.html">04_html_data.html</a></p>
<p><a href="05_groups.html">05_groups.html</a></p>
<p><a href="06_event_listeners.html">06_event_listeners.html</a></p>
<p><a href="07_custom_time_bars.html">07_custom_time_bars.html</a></p>
<p><a href="08_manipulation_callbacks.html">08_manipulation_callbacks.html</a></p>
<p><a href="09_groups_ordering.html">09_groups_ordering.html</a></p>
<p><a href="10_limit_move_and_zoom.html">10_limit_range_and_zoom.html</a></p>
<p><a href="11_point_items.html">11_point_items.html</a></p>
<p><a href="12_custom_styling.html">12_custom_styling.html</a></p>
<p><a href="13_past_and_future.html">13_past_and_future.html</a></p>
<p><a href="14_performance_of_groups.html">14_performance_of_groups.html</a></p>
<p><a href="15_item_class_names.html">15_item_class_names.html</a></p>
<p><a href="16_navigation_menu.html">16_navigation_menu.html</a></p>
<p><a href="17_data_serialization.html">17_data_serialization.html</a></p>
<p><a href="18_range_overflow.html">18_range_overflow.html</a></p>
<p><a href="19_localization.html">19_localization.html</a></p>
<p><a href="20_click_to_use.html">20_click_to_use.html</a></p>
<p><a href="21_set_selection.html">21_set_selection.html</a></p>
<p><a href="22_animate_window.html">22_animate_window.html</a></p>
<p><a href="23_data_attributes.html">23_data_attributes.html</a></p>
<p><a href="24_all_data_attributes.html">24_all_data_attributes.html</a></p>
<p><a href="25_background_areas.html">25_background_areas.html</a></p>
<p><a href="26_load_external_data.html">26_load_external_data.html</a></p>
<p><a href="27_templates.html">27_templates.html</a></p>
<p><a href="28_item_ordering.html">28_item_ordering.html</a></p>
<p><a href="29_hiding_periods.html">29_hiding_periods.html</a></p>
<p><a href="30_subgroups.html">30_subgroups.html</a></p>
<p><a href="31_background_areas_with_groups.html">31_background_areas_with_groups.html</a></p>
<p><a href="32_grid_styling.html">32_grid_styling.html</a></p>
<p><a href="33_custom_snapping.html">33_custom_snapping.html</a></p>
<p><a href="34_orientation.html">34_orientation.html</a></p>
<p><a href="requirejs/requirejs_example.html">requirejs_example.html</a></p>
</div>
</body>
</html>

Loading…
Cancel
Save