Expose pie valueFormat in pieChart.
This commit is contained in:
parent
9535dba170
commit
d6006ad911
@ -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(_) {
|
||||
|
Loading…
Reference in New Issue
Block a user