Browse Source

shuffled files around, added images for graph2d and 3d

gh-pages
Alex de Mulder 9 years ago
parent
commit
9f0b7af8a7
399 changed files with 109 additions and 101 deletions
  1. +0
    -0
      css/bootstrap-theme.css
  2. +0
    -0
      css/bootstrap-theme.css.map
  3. +0
    -0
      css/bootstrap-theme.min.css
  4. +0
    -0
      css/bootstrap.css
  5. +0
    -0
      css/bootstrap.css.map
  6. +0
    -0
      css/bootstrap.min.css
  7. +0
    -0
      css/carousel.css
  8. +0
    -0
      css/prettify.css
  9. +0
    -0
      dist/img/network/acceptDeleteIcon.png
  10. +0
    -0
      dist/img/network/addNodeIcon.png
  11. +0
    -0
      dist/img/network/backIcon.png
  12. +0
    -0
      dist/img/network/connectIcon.png
  13. +0
    -0
      dist/img/network/cross.png
  14. +0
    -0
      dist/img/network/cross2.png
  15. +0
    -0
      dist/img/network/deleteIcon.png
  16. +0
    -0
      dist/img/network/downArrow.png
  17. +0
    -0
      dist/img/network/editIcon.png
  18. +0
    -0
      dist/img/network/leftArrow.png
  19. +0
    -0
      dist/img/network/minus.png
  20. +0
    -0
      dist/img/network/plus.png
  21. +0
    -0
      dist/img/network/rightArrow.png
  22. +0
    -0
      dist/img/network/upArrow.png
  23. +0
    -0
      dist/img/network/zoomExtends.png
  24. +0
    -0
      dist/img/timeline/delete.png
  25. +0
    -0
      dist/vis.css
  26. +0
    -0
      dist/vis.js
  27. +0
    -0
      dist/vis.map
  28. +0
    -0
      dist/vis.min.css
  29. +0
    -0
      dist/vis.min.js
  30. +0
    -0
      docs/css/prettify.css
  31. +0
    -0
      docs/css/style.css
  32. +0
    -0
      docs/dataset.html
  33. +0
    -0
      docs/dataview.html
  34. +0
    -0
      docs/graph2d.html
  35. +0
    -0
      docs/graph3d.html
  36. +0
    -0
      docs/img/graph/graph.png
  37. +0
    -0
      docs/img/graph/graph120x60.png
  38. +0
    -0
      docs/img/graph3d.png
  39. +0
    -0
      docs/img/graph3d120x60.png
  40. +0
    -0
      docs/img/timeline/timeline.png
  41. +0
    -0
      docs/img/timeline/timeline120x60.png
  42. +0
    -0
      docs/img/vis_overview.odg
  43. +0
    -0
      docs/img/vis_overview.png
  44. +0
    -0
      docs/index.html
  45. +0
    -0
      docs/lib/prettify/lang-apollo.js
  46. +0
    -0
      docs/lib/prettify/lang-css.js
  47. +0
    -0
      docs/lib/prettify/lang-hs.js
  48. +0
    -0
      docs/lib/prettify/lang-lisp.js
  49. +0
    -0
      docs/lib/prettify/lang-lua.js
  50. +0
    -0
      docs/lib/prettify/lang-ml.js
  51. +0
    -0
      docs/lib/prettify/lang-proto.js
  52. +0
    -0
      docs/lib/prettify/lang-scala.js
  53. +0
    -0
      docs/lib/prettify/lang-sql.js
  54. +0
    -0
      docs/lib/prettify/lang-vb.js
  55. +0
    -0
      docs/lib/prettify/lang-vhdl.js
  56. +0
    -0
      docs/lib/prettify/lang-wiki.js
  57. +0
    -0
      docs/lib/prettify/lang-yaml.js
  58. +0
    -0
      docs/lib/prettify/prettify.css
  59. +0
    -0
      docs/lib/prettify/prettify.js
  60. +0
    -0
      docs/network.html
  61. +0
    -0
      docs/timeline.html
  62. +0
    -0
      examples/graph2d/01_basic.html
  63. +0
    -0
      examples/graph2d/02_bars.html
  64. +0
    -0
      examples/graph2d/03_groups.html
  65. +0
    -0
      examples/graph2d/04_rightAxis.html
  66. +0
    -0
      examples/graph2d/05_bothAxis.html
  67. +0
    -0
      examples/graph2d/06_interpolation.html
  68. +0
    -0
      examples/graph2d/07_scrollingAndSorting.html
  69. +0
    -0
      examples/graph2d/08_performance.html
  70. +0
    -0
      examples/graph2d/09_external_legend.html
  71. +0
    -0
      examples/graph2d/10_barsSideBySide.html
  72. +0
    -0
      examples/graph2d/11_barsSideBySideGroups.html
  73. +0
    -0
      examples/graph2d/12_customRange.html
  74. +0
    -0
      examples/graph2d/13_localization.html
  75. +0
    -0
      examples/graph2d/14_toggleGroups.html
  76. +0
    -0
      examples/graph2d/15_streaming_data.html
  77. +0
    -0
      examples/graph2d/16_bothAxis_titles.html
  78. +0
    -0
      examples/graph2d/17_dynamicStyling.html
  79. +0
    -0
      examples/graph2d/18_scatterplot.html
  80. +0
    -0
      examples/graph2d/default.css
  81. +0
    -0
      examples/graph2d/index.html
  82. +0
    -0
      examples/graph3d/default.css
  83. +0
    -0
      examples/graph3d/example01_basis.html
  84. +0
    -0
      examples/graph3d/example02_camera.html
  85. +0
    -0
      examples/graph3d/example03_filter.html
  86. +0
    -0
      examples/graph3d/example04_animate.html
  87. +0
    -0
      examples/graph3d/example05_line.html
  88. +0
    -0
      examples/graph3d/example06_moving_dots.html
  89. +0
    -0
      examples/graph3d/example07_dot_cloud_colors.html
  90. +0
    -0
      examples/graph3d/example08_dot_cloud_size.html
  91. +0
    -0
      examples/graph3d/example09_mobile.html
  92. +0
    -0
      examples/graph3d/example10_styles.html
  93. +0
    -0
      examples/graph3d/example11_tooltips.html
  94. +0
    -0
      examples/graph3d/example12_ticks.html
  95. +0
    -0
      examples/graph3d/index.html
  96. +0
    -0
      examples/graph3d/playground/csv2array.js
  97. +0
    -0
      examples/graph3d/playground/csv2datatable.html
  98. +0
    -0
      examples/graph3d/playground/datasource.html
  99. +0
    -0
      examples/graph3d/playground/datasource.php
  100. +0
    -0
      examples/graph3d/playground/index.html

v2/css/bootstrap-theme.css → css/bootstrap-theme.css View File


v2/css/bootstrap-theme.css.map → css/bootstrap-theme.css.map View File


v2/css/bootstrap-theme.min.css → css/bootstrap-theme.min.css View File


v2/css/bootstrap.css → css/bootstrap.css View File


v2/css/bootstrap.css.map → css/bootstrap.css.map View File


v2/css/bootstrap.min.css → css/bootstrap.min.css View File


v2/css/carousel.css → css/carousel.css View File


v2/css/prettify.css → css/prettify.css View File


v2/dist/img/network/acceptDeleteIcon.png → dist/img/network/acceptDeleteIcon.png View File


v2/dist/img/network/addNodeIcon.png → dist/img/network/addNodeIcon.png View File


v2/dist/img/network/backIcon.png → dist/img/network/backIcon.png View File


v2/dist/img/network/connectIcon.png → dist/img/network/connectIcon.png View File


v2/dist/img/network/cross.png → dist/img/network/cross.png View File


v2/dist/img/network/cross2.png → dist/img/network/cross2.png View File


v2/dist/img/network/deleteIcon.png → dist/img/network/deleteIcon.png View File


v2/dist/img/network/downArrow.png → dist/img/network/downArrow.png View File


v2/dist/img/network/editIcon.png → dist/img/network/editIcon.png View File


v2/dist/img/network/leftArrow.png → dist/img/network/leftArrow.png View File


v2/dist/img/network/minus.png → dist/img/network/minus.png View File


v2/dist/img/network/plus.png → dist/img/network/plus.png View File


v2/dist/img/network/rightArrow.png → dist/img/network/rightArrow.png View File


v2/dist/img/network/upArrow.png → dist/img/network/upArrow.png View File


v2/dist/img/network/zoomExtends.png → dist/img/network/zoomExtends.png View File


v2/dist/img/timeline/delete.png → dist/img/timeline/delete.png View File


v2/dist/vis.css → dist/vis.css View File


v2/dist/vis.js → dist/vis.js View File


v2/dist/vis.map → dist/vis.map View File


v2/dist/vis.min.css → dist/vis.min.css View File


v2/dist/vis.min.js → dist/vis.min.js View File


v2/docs/css/prettify.css → docs/css/prettify.css View File


v2/docs/css/style.css → docs/css/style.css View File


v2/docs/dataset.html → docs/dataset.html View File


v2/docs/dataview.html → docs/dataview.html View File


v2/docs/graph2d.html → docs/graph2d.html View File


v2/docs/graph3d.html → docs/graph3d.html View File


v2/docs/img/graph/graph.png → docs/img/graph/graph.png View File


v2/docs/img/graph/graph120x60.png → docs/img/graph/graph120x60.png View File


v2/docs/img/graph3d.png → docs/img/graph3d.png View File


v2/docs/img/graph3d120x60.png → docs/img/graph3d120x60.png View File


v2/docs/img/timeline/timeline.png → docs/img/timeline/timeline.png View File


v2/docs/img/timeline/timeline120x60.png → docs/img/timeline/timeline120x60.png View File


v2/docs/img/vis_overview.odg → docs/img/vis_overview.odg View File


v2/docs/img/vis_overview.png → docs/img/vis_overview.png View File


v2/docs/index.html → docs/index.html View File


v2/docs/lib/prettify/lang-apollo.js → docs/lib/prettify/lang-apollo.js View File


v2/docs/lib/prettify/lang-css.js → docs/lib/prettify/lang-css.js View File


v2/docs/lib/prettify/lang-hs.js → docs/lib/prettify/lang-hs.js View File


v2/docs/lib/prettify/lang-lisp.js → docs/lib/prettify/lang-lisp.js View File


v2/docs/lib/prettify/lang-lua.js → docs/lib/prettify/lang-lua.js View File


v2/docs/lib/prettify/lang-ml.js → docs/lib/prettify/lang-ml.js View File


v2/docs/lib/prettify/lang-proto.js → docs/lib/prettify/lang-proto.js View File


v2/docs/lib/prettify/lang-scala.js → docs/lib/prettify/lang-scala.js View File


v2/docs/lib/prettify/lang-sql.js → docs/lib/prettify/lang-sql.js View File


v2/docs/lib/prettify/lang-vb.js → docs/lib/prettify/lang-vb.js View File


v2/docs/lib/prettify/lang-vhdl.js → docs/lib/prettify/lang-vhdl.js View File


v2/docs/lib/prettify/lang-wiki.js → docs/lib/prettify/lang-wiki.js View File


v2/docs/lib/prettify/lang-yaml.js → docs/lib/prettify/lang-yaml.js View File


v2/docs/lib/prettify/prettify.css → docs/lib/prettify/prettify.css View File


v2/docs/lib/prettify/prettify.js → docs/lib/prettify/prettify.js View File


v2/docs/network.html → docs/network.html View File


v2/docs/timeline.html → docs/timeline.html View File


v2/examples/graph2d/01_basic.html → examples/graph2d/01_basic.html View File


v2/examples/graph2d/02_bars.html → examples/graph2d/02_bars.html View File


v2/examples/graph2d/03_groups.html → examples/graph2d/03_groups.html View File


v2/examples/graph2d/04_rightAxis.html → examples/graph2d/04_rightAxis.html View File


v2/examples/graph2d/05_bothAxis.html → examples/graph2d/05_bothAxis.html View File


v2/examples/graph2d/06_interpolation.html → examples/graph2d/06_interpolation.html View File


v2/examples/graph2d/07_scrollingAndSorting.html → examples/graph2d/07_scrollingAndSorting.html View File


v2/examples/graph2d/08_performance.html → examples/graph2d/08_performance.html View File


v2/examples/graph2d/09_external_legend.html → examples/graph2d/09_external_legend.html View File


v2/examples/graph2d/10_barsSideBySide.html → examples/graph2d/10_barsSideBySide.html View File


v2/examples/graph2d/11_barsSideBySideGroups.html → examples/graph2d/11_barsSideBySideGroups.html View File


v2/examples/graph2d/12_customRange.html → examples/graph2d/12_customRange.html View File


v2/examples/graph2d/13_localization.html → examples/graph2d/13_localization.html View File


v2/examples/graph2d/14_toggleGroups.html → examples/graph2d/14_toggleGroups.html View File


v2/examples/graph2d/15_streaming_data.html → examples/graph2d/15_streaming_data.html View File


v2/examples/graph2d/16_bothAxis_titles.html → examples/graph2d/16_bothAxis_titles.html View File


v2/examples/graph2d/17_dynamicStyling.html → examples/graph2d/17_dynamicStyling.html View File


v2/examples/graph2d/18_scatterplot.html → examples/graph2d/18_scatterplot.html View File


v2/examples/graph2d/default.css → examples/graph2d/default.css View File


v2/examples/graph2d/index.html → examples/graph2d/index.html View File


v2/examples/graph3d/default.css → examples/graph3d/default.css View File


v2/examples/graph3d/example01_basis.html → examples/graph3d/example01_basis.html View File


v2/examples/graph3d/example02_camera.html → examples/graph3d/example02_camera.html View File


v2/examples/graph3d/example03_filter.html → examples/graph3d/example03_filter.html View File


v2/examples/graph3d/example04_animate.html → examples/graph3d/example04_animate.html View File


v2/examples/graph3d/example05_line.html → examples/graph3d/example05_line.html View File


v2/examples/graph3d/example06_moving_dots.html → examples/graph3d/example06_moving_dots.html View File


v2/examples/graph3d/example07_dot_cloud_colors.html → examples/graph3d/example07_dot_cloud_colors.html View File


v2/examples/graph3d/example08_dot_cloud_size.html → examples/graph3d/example08_dot_cloud_size.html View File


v2/examples/graph3d/example09_mobile.html → examples/graph3d/example09_mobile.html View File


v2/examples/graph3d/example10_styles.html → examples/graph3d/example10_styles.html View File


v2/examples/graph3d/example11_tooltips.html → examples/graph3d/example11_tooltips.html View File


v2/examples/graph3d/example12_ticks.html → examples/graph3d/example12_ticks.html View File


v2/examples/graph3d/index.html → examples/graph3d/index.html View File


v2/examples/graph3d/playground/csv2array.js → examples/graph3d/playground/csv2array.js View File


v2/examples/graph3d/playground/csv2datatable.html → examples/graph3d/playground/csv2datatable.html View File


v2/examples/graph3d/playground/datasource.html → examples/graph3d/playground/datasource.html View File


v2/examples/graph3d/playground/datasource.php → examples/graph3d/playground/datasource.php View File


v2/examples/graph3d/playground/index.html → examples/graph3d/playground/index.html View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save