Created a D3ChartType ChartType, abstracting the different d3 elements (line,bar...
authordeclerambaul <fabian.kaelin@gmail.com>
Wed, 27 Jun 2012 16:41:05 +0000 (18:41 +0200)
committerdeclerambaul <fabian.kaelin@gmail.com>
Wed, 27 Jun 2012 16:41:05 +0000 (18:41 +0200)
commit83dc7e2fbc29798a0c19d53dc47c3d72c06b8dec
treef804ae9fee2a35f6877f1d4a624a899907a4d2ef
parent436ca8b66aabc5b3d7cd505608e11a2f945368ae
Created a D3ChartType ChartType, abstracting the different d3 elements (line,bar) as subclasses of D3ChartElement.
13 files changed:
data/graphs/d3-test.json
lib/chart/chart-type.co
lib/chart/index.co
lib/chart/type/d3-chart.co [moved from lib/chart/type/d3/d3-chart-type.co with 84% similarity]
lib/chart/type/d3/d3-bar-chart-type.co [deleted file]
lib/chart/type/d3/d3-bar-element.co [new file with mode: 0644]
lib/chart/type/d3/d3-chart-element.co [new file with mode: 0644]
lib/chart/type/d3/d3-geo-element.co [moved from lib/chart/type/d3/d3-geo-chart-type.co with 100% similarity]
lib/chart/type/d3/d3-line-chart-type.co [deleted file]
lib/chart/type/d3/d3-line-element.co [new file with mode: 0644]
lib/chart/type/d3/index.co
lib/util/formatters.co
www/modules.yaml