Adding legend to pieChart sub-compnents

master-patched
Andreas Lyngstad 12 years ago
parent 55989fff66
commit dc8c8527fb

@ -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