Expose pie valueFormat in pieChart.

This commit is contained in:
Tomasz Werbicki 2012-07-30 00:45:10 -05:00
parent 9535dba170
commit d6006ad911

View File

@ -148,7 +148,7 @@ nv.models.pieChart = function() {
chart.dispatch = dispatch;
chart.pie = pie; // really just makign the accessible for discretebar.dispatch, may rethink slightly
d3.rebind(chart, pie, 'values', 'x', 'y', 'id', 'showLabels', 'donut', 'labelThreshold');
d3.rebind(chart, pie, 'valueFormat', 'values', 'x', 'y', 'id', 'showLabels', 'donut', 'labelThreshold');
chart.margin = function(_) {