-
Notifications
You must be signed in to change notification settings - Fork 7
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
Initial pass at adding a toggle to show mode changes as a line chart #1025
Conversation
Looks like |
It's calling the correct |
src/components/timeline/form/TimelineEditorLayerSettings.svelte
Outdated
Show resolved
Hide resolved
d8431c1
to
3132520
Compare
e2316fc
to
2c986d2
Compare
2c986d2
to
1f885d8
Compare
d0d5af1
to
473ad27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice work!
5acdefb
to
e2ffd64
Compare
…ips and showing variants
e2ffd64
to
6e3bb02
Compare
…1025) * Initial pass at adding a toggle to show mode changes as a line chart * Removed unused categorical checker and an older comment * Moved state mode changes out of LayerXRange and into LayerLine * Added the new property to the ui-view schema * Changed view property to show as line plot, fixed an issue with tooltips and showing variants * Added the separator back and fixed the resizing issue for the axis label * Added totalWidth sum back and fixed more issues with latest merge * Fixed an issue where multiple axis were not being shown * Fixed another issue when drawing multiple xRange layers inside of a single row * Removed link between xrange layer and axis * Fixed an issue with only showing the first xrange axis label
…1025) * Initial pass at adding a toggle to show mode changes as a line chart * Removed unused categorical checker and an older comment * Moved state mode changes out of LayerXRange and into LayerLine * Added the new property to the ui-view schema * Changed view property to show as line plot, fixed an issue with tooltips and showing variants * Added the separator back and fixed the resizing issue for the axis label * Added totalWidth sum back and fixed more issues with latest merge * Fixed an issue where multiple axis were not being shown * Fixed another issue when drawing multiple xRange layers inside of a single row * Removed link between xrange layer and axis * Fixed an issue with only showing the first xrange axis label
Closes #640.
This is the first pass at showing mode changes as a line chart similar to how Raven works.
There's more work to go on this issue, right now horizontal rules aren't working properly and the correct way to implement this is to generate a new type of Y axes which we're not currently doing.