javascript - Get Selected Value of Area Chart -
i'm having problems writing simple directive updates d3 area chart using angularjs.
this model:
app.controller('chartcontroller', ['$scope' , 'chartservice', function ($scope, chartservice) { $scope.data = chartservice; }]);
when select range using sub chart, want values of selected date in label or input.
following code worked me.
brush.extent()
may
Comments
Post a Comment