Skip to content

Commit

Permalink
start documenting progress
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Feb 19, 2012
1 parent c89ca83 commit b0c21a8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Binary file added images/02_18_2012.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.rst
Expand Up @@ -8,4 +8,5 @@ Contents:

goals
visualization-design
progress
future-notes
31 changes: 31 additions & 0 deletions progress.rst
@@ -0,0 +1,31 @@
Progress
========

This documents both the evolution of the visualization, as well as (at least in
the beginning), my learning ``d3.js``.

February 18, 2012
-----------------

First day with ``d3.js``, using a fake dataset that contains the following
calls:

=========== ========== ========
Function Start time End time
=========== ========== ========
``main`` ``0`` ``50``
``foo`` ``1`` ``8``
``bar`` ``10`` ``38``
``baz`` ``11`` ``12``
``baz`` ``13`` ``14``
``fizz`` ``18`` ``32``
``cleanup`` ``39`` ``45``
=========== ========== ========

Image:

.. image:: images/02_18_2012.png
:scale: 50%

Basic (read: ugly) rendering of the shapes works. They're all the same color,
and have no labels or interactivity.

0 comments on commit b0c21a8

Please sign in to comment.