Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support vertical band connection between top and bottom axes with independent scales #459

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
87cd7ef
feat: add yDomain
sehilyi Aug 12, 2021
7a866dd
chore: working on cross-axis linking
sehilyi Aug 12, 2021
a5be414
chore: first working independent top and bottom axes with bands
sehilyi Aug 13, 2021
cda34e9
chore: adjust scales
sehilyi Aug 13, 2021
864c726
chore: rebase
sehilyi Aug 20, 2021
9cdc888
chore: working on cross-axis linking
sehilyi Aug 12, 2021
753cf7f
feat: enable showing track titles in circular layouts (#464)
sehilyi Aug 14, 2021
78db7e8
feat: add explicit PartialTrack def to schema (#466)
manzt Aug 17, 2021
9863898
feat: enable showing track titles in circular layouts (#464)
sehilyi Aug 14, 2021
a816a5d
feat: add explicit PartialTrack def to schema (#466)
manzt Aug 17, 2021
e7ecdeb
feat: add yDomain
sehilyi Aug 12, 2021
71fc3c7
chore: adjust scales
sehilyi Aug 13, 2021
a0d2f20
feat: enable showing track titles in circular layouts (#464)
sehilyi Aug 14, 2021
4b3b299
feat: add explicit PartialTrack def to schema (#466)
manzt Aug 17, 2021
4987b8e
chore: rebase
sehilyi Aug 20, 2021
0376a05
feat: add explicit PartialTrack def to schema (#466)
manzt Aug 17, 2021
04805f9
feat: add yDomain
sehilyi Aug 12, 2021
4661f21
chore: adjust scales
sehilyi Aug 13, 2021
59fbfd4
feat: enable showing track titles in circular layouts (#464)
sehilyi Aug 14, 2021
a38fca8
chore: rebase
sehilyi Aug 20, 2021
79370ca
chore: update schema
sehilyi Aug 20, 2021
be01642
chore: update schema
sehilyi Aug 20, 2021
d68d1fe
chore: working on compiler for axis-independent scales
sehilyi Aug 24, 2021
edf97af
chore: code clean after conflict resolve
sehilyi Aug 27, 2021
40feb30
chore: rebase
sehilyi Aug 28, 2021
1090482
feat: support overlaying views
sehilyi Aug 29, 2021
19b5e69
chore: do not use stroke in the example due to pixi bug on prev version
sehilyi Aug 29, 2021
7690130
feat: compile axis-independent linking ids
sehilyi Aug 30, 2021
6238ce1
chore: remove unused location locks to shorten view configs
sehilyi Aug 30, 2021
97a7dcd
fix: brush works again
sehilyi Aug 30, 2021
e1d531c
chore: allow using themes in editor demos
sehilyi Aug 30, 2021
ae8e0f4
feat: add mizbee example
sehilyi Aug 31, 2021
5d1ad26
chore: add GIVE example but with an issue with linking
sehilyi Aug 31, 2021
d9aa4d6
chore: working on demo
sehilyi Sep 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"lodash": "^4.17.15",
"mixwith": "^0.1.1",
"pubsub-js": "^1.9.3",
"react-grid-layout": "^1.2.5",
"threads": "^1.6.4",
"worker-loader": "^3.0.8"
},
Expand Down
Loading