Comparing version 0.5.2 to 0.5.3
@@ -7,3 +7,2 @@ //TODO unit tests | ||
//TODO hover states and click events | ||
//TODO allow user to artificially override the extrema | ||
//TODO allow as much as possible to be overriden with css | ||
@@ -454,5 +453,5 @@ //TODO graceful failure when data is missing values or labels, etc. | ||
else { | ||
//TODO make sure this still works | ||
labelsInside.selectAll('div') | ||
.html(this.prettifyNumber); | ||
labelsInside.each(function(d, i) { | ||
d3.select(this).select('div').html(chart.prettifyNumber(getValue(d))); | ||
}); | ||
} | ||
@@ -459,0 +458,0 @@ |
{ | ||
"name": "barchart", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "make some barcharts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
23152
522