Hi all,
I have converted the chart from using angular-nvd3 directive to angular-nvd3
and don't the this event is worked on the chart using angular-nvd3 
directive but not in angular-nvd3
Below is the event on angular-nvd3 directive and don't know how to convert 
this event to work with angular-nvd3. Any ideas how to fix this issue.

 $scope.$on('elementClick.directive', function(angularEvent, event){
      var statType = chartData[event.seriesIndex].statType;
      statModal.show(statType, undefined, undefined);
    });

-Kim

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to