The list of ranges for continuous scales (max of 25 ranges) will now be used to auto-fill in domains. Before it would only use the first two range values in the list and ignore the rest. Now, all ranges will have an associated domain value, therefore all range values will be represented in the scale. This is achieved by filling in a new vega formula expression for each "stop"/"subdivision" in the range list.
Opportunistically fixed some other minor issues as well.
Merge Checklist
:wrench: Issue(s) fixed:
[ ] Author referenced issue(s) fixed by this PR:
[ ] Fixes #0
:smoking: Smoke Test
[ ] Works in chrome
[ ] Works in firefox
[ ] Works in safari
[ ] Works in ie edge
[ ] Works in ie 11
:ship: Merge
[ ] author crafted PR's title into release-worthy commit message.
The list of ranges for continuous scales (max of 25 ranges) will now be used to auto-fill in domains. Before it would only use the first two range values in the list and ignore the rest. Now, all ranges will have an associated domain value, therefore all range values will be represented in the scale. This is achieved by filling in a new vega formula expression for each "stop"/"subdivision" in the range list.
Opportunistically fixed some other minor issues as well.
Merge Checklist
:wrench: Issue(s) fixed:
:smoking: Smoke Test
:ship: Merge