-
Notifications
You must be signed in to change notification settings - Fork 185
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
Tool bar above zoom bar and shift-clicking on chart #717
Conversation
@theiliad |
- always rotate ticks during zoom domain changing
- fix trailing-comma - update scales-cartesian.getValueFromScale() - update line time-series 15 seconds demo data
- using .scss to set fill and stroke color
- use flag to avoid recursive update event
- default to disable zoombar
- selected x range and domain as callback parameters
- remove this.isZoomBarEnabled, this.iconPadding - append random number to resetZoomMenuItemId - remove unnecessary this.init()
@JennChao and I have some discussion, we prefer to follow Carbon component naming convention. |
@theiliad I have updated the code based on your comments. |
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.
we allow charts to not have titles (they might be within a dashboard card that already has a title, or whatever the case).
if we dont have a title, the toolbar is left aligned but i feel like the actions should stay to the right (as overflow menus usually do) - i would think we have a spec for this
the open overflow menu opens on the right when the icons are on the left
# Conflicts: # packages/core/src/components/axes/zoom-bar.ts # packages/core/src/configuration.ts # packages/core/src/interfaces/components.ts
@natashadecoste |
@theiliad @natashadecoste @sophiiae |
@JennChao could you please resolve the conflicts? |
@theiliad |
Closed in favor of #791 |
Updates
Demo screenshot or recording
Review checklist (for reviewers only)