Depends on D20487. If you min(1, 2, null), you get null. We want 1.
Details
Details
- Reviewers
amckinley - Commits
- rP10afe1f2b59c: Fix handling of "null" domain values in Charts
Viewed a "burnup for project X" chart where one dataseries had no datapoints. Saw a sensible domain selected automatically.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- chart17
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 22743 Build 31182: Run Core Tests Build 31181: arc lint + arc unit
Event Timeline
Comment Actions
For PHP, that's pretty good!
$ php -r 'echo min(array("mouse", "cat", "dog", "aardvark", "zebra"));' aardvark