Merge pull request #8 from andreaslyngstad/master

Adding legend to pieChart sub-compnents
master-patched
Ricardo 12 years ago
commit 8a9c06bb4a

@ -7837,6 +7837,7 @@ nv.models.pieChart = function() {
//------------------------------------------------------------
// expose chart's sub-components
chart.legend = legend;
chart.dispatch = dispatch;
chart.pie = pie;

@ -192,6 +192,7 @@ nv.models.pieChart = function() {
//------------------------------------------------------------
// expose chart's sub-components
chart.legend = legend;
chart.dispatch = dispatch;
chart.pie = pie;

Loading…
Cancel
Save