From 0fd91e16ca086a233adaaf45f597ebebc2bec7cb Mon Sep 17 00:00:00 2001 From: Andrew W Hill Date: Thu, 16 Feb 2012 11:33:12 +0100 Subject: [PATCH] added todo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b25aab6..db27f94 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ next steps - allow functions not just column names to be passed as the major parameters of each vis type + - add option params for chart axes labels and key/legend + - move the data processing step out of each vis type into a data processing function. each D3 chart type requires different models relative to the cartodb model, update the way i'm creating these - implement a bus for the data fetch step. this will allow the user to supply new queries that will change the chart drawing using the D3 map features