Browse Source

Merge pull request #2313 from Loreno10/patch-4

Changed "an" to "and" in graph3D docs
codeClimate
yotamberk 7 years ago
committed by GitHub
parent
commit
161c3d04a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/graph3d/index.html

+ 1
- 1
docs/graph3d/index.html View File

@ -184,7 +184,7 @@
<p>
The class name of the Graph3d is <code>vis.Graph3d</code>.
When constructing a Graph3d, an HTML DOM container must be provided to attach
the graph to. Optionally, data an options can be provided.
the graph to. Optionally, data and options can be provided.
Data is a vis <code>DataSet</code> or an <code>Array</code>, described in
section <a href="#Data_Format">Data Format</a>.
Options is a name-value map in the JSON format. The available options

Loading…
Cancel
Save