|
|
@ -18,8 +18,11 @@ |
|
|
|
<p> |
|
|
|
Graph3d is an interactive visualization chart to draw data in a three dimensional |
|
|
|
graph. You can freely move and zoom in the graph by dragging and scrolling in the |
|
|
|
window. |
|
|
|
Graph3d also supports animation of a graph. |
|
|
|
window. Graph3d also supports animation of a graph. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
Graph3d uses <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Canvas">HTML canvas</a> |
|
|
|
to render graphs, and can render up to a few thousands of data points smoothly. |
|
|
|
</p> |
|
|
|
|
|
|
|
<h2 id="Contents">Contents</h2> |
|
|
|