-
Notifications
You must be signed in to change notification settings - Fork 121
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
chore(bullet): bullet improvements, bug fixes and renaming #2319
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nickofthyme
added
:axis
Axis related issue
:styling
Styling related issue
:bullet
Bullet chart related issues
labels
Jan 29, 2024
- create bands from classes if passed - limit color scale domain to classes domain - add checks to classes, ignore if invalid
buildkite update screenshots |
@markov00 could you take a look at this when you have time? |
markov00
requested changes
Feb 9, 2024
buildkite update screenshots |
buildkite update screenshots |
- clamp classes to domain - offset color scale by min value of scale - remove flipping logic to keep first color on start
buildkite update screenshots |
nickofthyme
pushed a commit
that referenced
this pull request
Feb 13, 2024
# [64.0.0](v63.1.0...v64.0.0) (2024-02-13) ### Bug Fixes * **deps:** update dependency @elastic/eui to ^93.1.0 ([#2332](#2332)) ([855e357](855e357)) * **deps:** update dependency @elastic/eui to v93 ([#2324](#2324)) ([ce19379](ce19379)) * **deps:** update dependency @playwright/test to ^1.41.2 ([#2330](#2330)) ([1f8c638](1f8c638)) * **metric:** move `MetricSpec.body` to `MetricBase` ([#2336](#2336)) ([3390e25](3390e25)) * use passed size in pixel without waiting for resizeObserver ([#2270](#2270)) ([f9c11fc](f9c11fc)) ### chore * **bullet:** bullet improvements, bug fixes and renaming ([#2319](#2319)) ([34fd38b](34fd38b)) ### BREAKING CHANGES * **metric:** Moves `MetricSpec.body` to `MetricDatum.body`/`MetricBase.body` * **bullet:** Rename `BulletGraph` to `Bullet` and `ColorBandSimpleConfig.classes` to `steps`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes a few bugs, adds features for bullet replacement and does a little cleanup.
Metric
with correct colors #2244BulletGraph
toBullet
to stay consistent with other chart naming and remove redundant verbiage.Bullet
ticks and color bands #2307. See example story here.Before
After
Issues
fixes #2244
closes #2307
Checklist
:xy
,:partition
):interactions
,:axis
)closes #123
,fixes #123
)packages/charts/src/index.ts
light
anddark
themes