获取面积图的选定值

时间:2015-07-27 11:43:25

标签: javascript angularjs d3.js angularjs-directive angularjs-scope

我在编写一个使用angularjs更新d3区域图表的简单指令时遇到了问题。

Here is the demo

这是模型:

app.controller('chartController', ['$scope' , 'chartService', function ($scope, chartService) {

    $scope.data = chartService;
}]);

当我使用子图表选择范围时,我希望在标签或输入中获取所选日期的值。

1 个答案:

答案 0 :(得分:-1)

以下代码为我工作。

brush.extent()

可能会帮助某人