D3 charttypes now render an individual metric, which allows to combine different...
authordeclerambaul <fabian.kaelin@gmail.com>
Tue, 26 Jun 2012 16:00:09 +0000 (18:00 +0200)
committerdeclerambaul <fabian.kaelin@gmail.com>
Tue, 26 Jun 2012 16:00:09 +0000 (18:00 +0200)
commit436ca8b66aabc5b3d7cd505608e11a2f945368ae
tree084c063194098ec97689cc23a1149bdc2fd93849
parent419c16c251d7ba945dfb73d15c782c9ec7c9644e
D3 charttypes now render an individual metric, which allows to combine different types in the same graph, e.g. having both bars and lines in a graph.
data/graphs/d3-test.json [new file with mode: 0644]
lib/chart/type/d3/d3-bar-chart-type.co
lib/chart/type/d3/d3-chart-type.co [new file with mode: 0644]
lib/chart/type/d3/d3-line-chart-type.co
lib/chart/type/d3/index.co
lib/data/metric-model.co
www/d3-test.jade [new file with mode: 0644]
www/modules.yaml
www/schema/d3/d3-chart.yaml [new file with mode: 0644]