gosling.js
gosling.js copied to clipboard
feat(track,core): support clockwise orientation in circular track
Fix #280 Toward #
Change List
- Add a
clockwise
option to circular tracks to change the orientation.
Makes changes to axis, brush, and marks
Clockwise:
Not clockwise:
Example of clockwise axis
Checklist
- [ ] Ensure the PR works with all demos on the online editor
- [ ] Unit tests added or updated
- [ ] Examples added or updated
- [ ] Documentation updated (e.g., added API functions)
- [ ] Screenshots for visual changes (e.g., new encoding support or UI change on Editor)