Browse Source

Created a folder docs/old where we will move all old docs (will remove this folder when docs are done)

flowchartTest
jos 9 years ago
parent
commit
4b47dc54b9
23 changed files with 21 additions and 21 deletions
  1. +1
    -1
      docs/dataset.html
  2. +1
    -1
      docs/dataview.html
  3. +0
    -0
      docs/graph2d/index.html
  4. +1
    -1
      docs/graph3d.html
  5. +1
    -1
      docs/index.html
  6. +0
    -0
      docs/old/lib/prettify/lang-apollo.js
  7. +0
    -0
      docs/old/lib/prettify/lang-css.js
  8. +0
    -0
      docs/old/lib/prettify/lang-hs.js
  9. +0
    -0
      docs/old/lib/prettify/lang-lisp.js
  10. +0
    -0
      docs/old/lib/prettify/lang-lua.js
  11. +0
    -0
      docs/old/lib/prettify/lang-ml.js
  12. +0
    -0
      docs/old/lib/prettify/lang-proto.js
  13. +0
    -0
      docs/old/lib/prettify/lang-scala.js
  14. +0
    -0
      docs/old/lib/prettify/lang-sql.js
  15. +0
    -0
      docs/old/lib/prettify/lang-vb.js
  16. +0
    -0
      docs/old/lib/prettify/lang-vhdl.js
  17. +0
    -0
      docs/old/lib/prettify/lang-wiki.js
  18. +0
    -0
      docs/old/lib/prettify/lang-yaml.js
  19. +0
    -0
      docs/old/lib/prettify/prettify.css
  20. +0
    -0
      docs/old/lib/prettify/prettify.js
  21. +10
    -10
      docs/old/old_graph2d.html
  22. +3
    -3
      docs/old/old_network.html
  23. +4
    -4
      docs/old/old_timeline.html

+ 1
- 1
docs/dataset.html View File

@ -7,7 +7,7 @@
<link href="css/prettify.css" type="text/css" rel="stylesheet" />
<link href='css/style.css' type='text/css' rel='stylesheet'>
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
<script type="text/javascript" src="js/prettify/prettify.js"></script>
<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 onload="prettyPrint();">

+ 1
- 1
docs/dataview.html View File

@ -7,7 +7,7 @@
<link href="css/prettify.css" type="text/css" rel="stylesheet" />
<link href='css/style.css' type='text/css' rel='stylesheet'>
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
<script type="text/javascript" src="js/prettify/prettify.js"></script>
<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 onload="prettyPrint();">

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


+ 1
- 1
docs/graph3d.html View File

@ -6,7 +6,7 @@
<link href='css/prettify.css' type='text/css' rel='stylesheet'>
<link href='css/style.css' type='text/css' rel='stylesheet'>
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
<script type="text/javascript" src="js/prettify/prettify.js"></script>
<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 onload="prettyPrint();">

+ 1
- 1
docs/index.html View File

@ -7,7 +7,7 @@
<link href="css/prettify.css" type="text/css" rel="stylesheet" />
<link href='css/style.css' type='text/css' rel='stylesheet'>
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
<script type="text/javascript" src="js/prettify/prettify.js"></script>
<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 onload="prettyPrint();">

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


docs/old_graph2d.html → docs/old/old_graph2d.html View File

@ -7,8 +7,8 @@
background-color: #c9ffc7;
}
</style>
<link href='css/prettify.css' type='text/css' rel='stylesheet'>
<link href='css/style.css' type='text/css' rel='stylesheet'>
<link href='../css/prettify.css' type='text/css' rel='stylesheet'>
<link href='../css/style.css' type='text/css' rel='stylesheet'>
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
<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>
@ -55,7 +55,7 @@
<h2 id="Example">Example</h2>
<p>
The following code shows how to create a Graph2d and provide it with data.
More examples can be found in the <a href="../examples">examples</a> directory.
More examples can be found in the <a href="../../examples">examples</a> directory.
</p>
<pre class="prettyprint lang-html">
@ -275,7 +275,7 @@ The options colored in green can also be used as options for the groups. All opt
<td class="greenField">yAxisOrientation</td>
<td>String</td>
<td>'left'</td>
<td>This defines with which axis, left or right, the graph is coupled. <a href="../examples/graph2d/05_bothAxis.html">Example 5</a> shows groups with different Y axis. If no groups are coupled
<td>This defines with which axis, left or right, the graph is coupled. <a href="../../examples/graph2d/05_bothAxis.html">Example 5</a> shows groups with different Y axis. If no groups are coupled
with an axis, it will not be shown.</td>
</tr>
<tr>
@ -354,8 +354,8 @@ The options colored in green can also be used as options for the groups. All opt
<td>'overlap'</td>
<td>You can choose how graph2d handles the case where barcharts are occupying the same datapoint. The possible options are:
<code>overlap, sideBySide, stack</code>.
See <a href="../examples/graph2d/10_barsSideBySide.html">example 10</a> for more information.
When using groups, see <a href="../examples/graph2d/11_barsSideBySideGroups.html">example 11</a>.
See <a href="../../examples/graph2d/10_barsSideBySide.html">example 10</a> for more information.
When using groups, see <a href="../../examples/graph2d/11_barsSideBySideGroups.html">example 11</a>.
</td>
</tr>
<tr>
@ -374,7 +374,7 @@ The options colored in green can also be used as options for the groups. All opt
<td class="greenField">catmullRom.parametrization</td>
<td>String</td>
<td>'centripetal'</td>
<td>Define the type of parametrizaion. <a href="../examples/graph2d/07_scrollingAndSorting.html">Example 7</a> shows the different methods. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant.
<td>Define the type of parametrizaion. <a href="../../examples/graph2d/07_scrollingAndSorting.html">Example 7</a> shows the different methods. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant.
If catmullRom is disabled, linear interpolation is used.</td>
</tr>
<tr>
@ -507,7 +507,7 @@ The options colored in green can also be used as options for the groups. All opt
<td>Object</td>
<td></td>
<td>You can use this to toggle the visibility of groups per graph2D instance. This is different from setting the visibility flag of the groups since
this is not communicated across instances of graph2d. Take a look at <a href="../examples/graph2d/14_toggleGroups.html">Example 14</a>
this is not communicated across instances of graph2d. Take a look at <a href="../../examples/graph2d/14_toggleGroups.html">Example 14</a>
for more explanation.
</td>
</tr>
@ -1150,8 +1150,8 @@ Graph2d comes with support for the following locales:
</p>
<p>
Additionally, Graph2d has 10 preset styles for graphs, which are cycled through when loading groups. These styles can be overwritten
as well, along with defining your own classes to style the graphs! <a href="../examples/graph2d/04_rightAxis.html">Example 4</a> and
<a href="../examples/graph2d/05_bothAxis.html">example 5</a> show the usage of custom styles.
as well, along with defining your own classes to style the graphs! <a href="../../examples/graph2d/04_rightAxis.html">Example 4</a> and
<a href="../../examples/graph2d/05_bothAxis.html">example 5</a> show the usage of custom styles.
</p>
<h2 id="Data_Policy">Data Policy</h2>

docs/old_network.html → docs/old/old_network.html View File

@ -4,8 +4,8 @@
<head>
<title>vis.js | network documentation</title>
<link href="css/prettify.css" type="text/css" rel="stylesheet" />
<link href='css/style.css' type='text/css' rel='stylesheet'>
<link href="../css/prettify.css" type="text/css" rel="stylesheet" />
<link href='../css/style.css' type='text/css' rel='stylesheet'>
<style>td.greenField {
background-color: #c9ffc7;
}</style>
@ -90,7 +90,7 @@
<p>
More examples can be found in the
<a href="../examples" target="_blank">examples directory</a>.
<a href="../../examples" target="_blank">examples directory</a>.
</p>
<pre class="prettyprint lang-html">&lt;!doctype html&gt;

docs/old_timeline.html → docs/old/old_timeline.html View File

@ -3,8 +3,8 @@
<head>
<title>vis.js | timeline documentation</title>
<link href='css/prettify.css' type='text/css' rel='stylesheet'>
<link href='css/style.css' type='text/css' rel='stylesheet'>
<link href='../css/prettify.css' type='text/css' rel='stylesheet'>
<link href='../css/style.css' type='text/css' rel='stylesheet'>
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
<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>
@ -52,7 +52,7 @@
<h2 id="Example">Example</h2>
<p>
The following code shows how to create a Timeline and provide it with data.
More examples can be found in the <a href="../examples">examples</a> directory.
More examples can be found in the <a href="../../examples">examples</a> directory.
</p>
<pre class="prettyprint lang-html">&lt;!DOCTYPE HTML&gt;
@ -1286,7 +1286,7 @@ var options = {
};
</pre>
A full example is available here: <a href="../examples/timeline/08_manipulation_callbacks.html">08_edit_items.html</a>.
A full example is available here: <a href="../../examples/timeline/08_manipulation_callbacks.html">08_edit_items.html</a>.
<h2 id="Templates">Templates</h2>

Loading…
Cancel
Save