title="dygraphs Gadget"
description="Interactive, zoomable chart"
author="Dan Vanderkam"
- author_email="danvdk@gmail.com"
+ author_email="dan@dygraphs.com"
thumbnail="http://dygraphs.com/thumbnail.png"
+ screenshot="http://dygraphs.com/screenshot.png"
+ author_location="US"
>
- <!-- TODO(danvk): change these -->
- <!--
- screenshot="http://www.google.com/ig/modules/simple-table.png"
-->
<Require feature="idi" />
<Require feature="locked-domain" />
# Copy everything to the site.
scp tests/*.html tests/*.js tests/*.png $site/tests/ \
&& \
-scp dygraph*.js gadget.xml excanvas.js thumbnail.png docs/* $site/
+scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/
# Revert changes to dygraph-combined.js
-git co dygraph-combined.js
+git checkout dygraph-combined.js