Update site
This commit is contained in:
parent
c057d49e8a
commit
66b52ec602
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
<div class='twelve wide column'>
|
<div class='twelve wide column'>
|
||||||
<h1>Drag Plugin</h1>
|
<h1>Drag Plugin</h1>
|
||||||
<p>The <code>drag</code> plugin allows for modifying the planet's projection's rotation with the mouse wheel. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction.</p>
|
<p>The <code>drag</code> plugin allows for modifying the planet's projection's rotation with the mouse. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction.</p>
|
||||||
<h2>API</h2>
|
<h2>API</h2>
|
||||||
<p><strong><code>planetaryjs.plugins.drag([config])</code></strong></p>
|
<p><strong><code>planetaryjs.plugins.drag([config])</code></strong></p>
|
||||||
<p>Valid keys for <code>config</code> are:</p>
|
<p>Valid keys for <code>config</code> are:</p>
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
<div class='sixteen wide column'>
|
<div class='sixteen wide column'>
|
||||||
<h1>2013 Earthquake Data</h1>
|
<h1>2013 Earthquake Data</h1>
|
||||||
|
|
||||||
<p>This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js specific techniques, like D3 scales, DOM manipulation, and loading external data.</p>
|
<p>This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js-specific techniques, like D3 scales, DOM manipulation, and loading external data.</p>
|
||||||
|
|
||||||
<p><a href="/examples/quake/index.html">View the demo</a></p>
|
<p><a href="/examples/quake/index.html">View the demo</a></p>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user