Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input box Filter #50

Open
abensrhir opened this issue Aug 16, 2015 · 1 comment
Open

Input box Filter #50

abensrhir opened this issue Aug 16, 2015 · 1 comment

Comments

@abensrhir
Copy link

How can i filter a dimension based on an input box value ?

using the pie example, i added an inputbox tied to a model called calypso, and from the controller , i'm watching the calypso value change and filtering by that value:

$scope.$watch('calypso', function() {
       console.log(parseInt($scope.calypso,10));
       $scope.runDimension.filter(parseInt($scope.calypso,10));
   });

console.log picks the value change , but the chart doesn't get updated.

@abensrhir
Copy link
Author

Do you have any idea about this matter @TomNeyland ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant