Skip to content

Commit 7bf3ac1

Browse files
committed
Merge pull request #37 from nikolaswise/master
changes?
2 parents d4cf5f4 + 8ccf13b commit 7bf3ac1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/angular-dimple.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Angular-Dimple - 1.1.1 - 2014-09-22
1+
/*! Angular-Dimple - 1.1.2 - 2014-09-26
22
* https://github.com/esripdx/angular-dimple
33
* Licensed ISC */
44
angular.module('angular-dimple', [
@@ -38,7 +38,7 @@ angular.module('angular-dimple.area', [])
3838
function addArea () {
3939
if ($attrs.value) {
4040
area = chart.addSeries([$attrs.field], dimple.plot.area);
41-
core.filter(area, $scope.data, $attrs.field, $attrs.value, $attrs.filter);
41+
graphController.filter($attrs);
4242
area.lineMarkers = true;
4343
} else {
4444
var values = dimple.getUniqueValues($scope.data, $attrs.field);

dist/angular-dimple.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/js/lib/angular-dimple.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Angular-Dimple - 1.1.1 - 2014-09-22
1+
/*! Angular-Dimple - 1.1.2 - 2014-09-26
22
* https://github.com/esripdx/angular-dimple
33
* Licensed ISC */
44
angular.module('angular-dimple', [
@@ -38,7 +38,7 @@ angular.module('angular-dimple.area', [])
3838
function addArea () {
3939
if ($attrs.value) {
4040
area = chart.addSeries([$attrs.field], dimple.plot.area);
41-
core.filter(area, $scope.data, $attrs.field, $attrs.value, $attrs.filter);
41+
graphController.filter($attrs);
4242
area.lineMarkers = true;
4343
} else {
4444
var values = dimple.getUniqueValues($scope.data, $attrs.field);

0 commit comments

Comments
 (0)