From f4ce6f04da37ad08bc587f28c0e376a1439e97d2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 3 Dec 2012 12:46:02 -0500 Subject: [PATCH] Link to http://bost.ocks.org/mike/chart/ --- NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES.md b/NOTES.md index 9cbca5f87..a2aaa0406 100644 --- a/NOTES.md +++ b/NOTES.md @@ -108,7 +108,7 @@ unchanged. ## UI -Rendering and UI code generally follows d3 styles and conventions. +Rendering and UI code generally follows a [convention for reusable elements established by d3](http://bost.ocks.org/mike/chart/). Constructor functions typically return a function decorated with additional properties. The function can be called with `this` set to a d3 selection in order to set up the HTML structure. This is usually