Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Adding filter transformer and tests. #3

Merged
merged 7 commits into from
Aug 14, 2014

Conversation

midoringo8823
Copy link
Contributor

No description provided.

@@ -20,6 +20,9 @@ typedef dynamic FieldAccessor(dynamic item, dynamic key);
/**
* Given list of items, dimensions and facts, compute
* aggregates (COUNT, SUM, MIN, MAX) for facts at each dimension level.
*
* [Design/API Document]
* (https://docs.google.com/a/google.com/document/d/1m6xGU9KF3nWPRjwILGRFhoi1_9mCCkCPIs0OxsaoQMU/view)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this comment - cannot access the document, possibly add a TODO to document the design and API.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

_registerListeners() {
_dataSubscriptions.dispose();

if(_data is ChartDataObservable) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need merge, because ChartDataObserverable does not exist anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

@psunkari
Copy link
Contributor

Please merge and update the pull request.
Other than the above comments, rest of the change looks good.

merge charts.dart

Modification base on comments
…/charted into filter-transformer

Conflicts:
	lib/charts/charts.dart
	lib/charts/transformers/aggregation_transformer.dart
	lib/charts/transformers/filter_transformer.dart
	test/charts/transformers/aggregation_transformer_test.dart
	test/charts/transformers/chain_transform_test.dart
psunkari added a commit that referenced this pull request Aug 14, 2014
Adding filter transformer and tests.
@psunkari psunkari merged commit 7bf0b2b into google:master Aug 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants