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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
For PHP, that's pretty good!
$ php -r 'echo min(array("mouse", "cat", "dog", "aardvark", "zebra"));' aardvark