-
Notifications
You must be signed in to change notification settings - Fork 2
Charting tool enhancements - Errors bars for Bar and Line chart #1869
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
06ecb23
useOverlayTriggerState update to not close popover on document click …
cnathe ff21fa4
move shouldShowRangeScaleOptions() to utils.ts and add shouldShowAggr…
cnathe f900b78
move ChartFieldInfo and ChartTypeInfo interfaces to models.ts
cnathe 37747e5
move constants out of ChartBuilderModal.tsx
cnathe aaa3df0
Factor ChartFieldRangeScaleOptions.tsx out of ChartFieldOption.tsx
cnathe 18023a5
ChartFieldAggregateOptions.tsx and move y-axis bar chart aggregate me…
cnathe 2890669
jest fixes for prop change on ChartFieldOption
cnathe ea25dc0
jest test fixes for move of y-axis aggregate method to tooltip
cnathe b73e8d9
6.63.2-chartErrorBars.0
cnathe 1f82a66
RadioGroupInput to only call onSetValue if the option is not disabled
cnathe 4ed0dc4
ChartFieldAggregateOptions.tsx support for error bar radio options
cnathe 9efa259
6.63.2-chartErrorBars.1
cnathe 0216165
support for error bar radio options as separate overlay or to be incl…
cnathe bbe064c
jest test fix
cnathe 64e716a
6.63.2-chartErrorBars.2
cnathe 671589a
Merge branch 'develop' into fb_chartErrorBars
cnathe 2f82388
6.64.1-chartErrorBars.0
cnathe c919d98
Merge branch 'develop' into fb_chartErrorBars
cnathe 639db1c
6.64.2-chartErrorBars.0
cnathe 65f780a
Merge branch 'develop' into fb_chartErrorBars
cnathe 08e6ab2
6.64.3-chartErrorBars.0
cnathe c3075b3
github CR feedback
cnathe 91e4ab4
jest tests for chart field option components
cnathe 2b356e1
RadioGroupInput.tsx label disabled styling
cnathe d7f71fd
6.64.3-chartErrorBars.1
cnathe 47abfc1
CR feedback re: RadioGroupOption key
cnathe 4bbe06a
add ScaleType interface
cnathe 4dd953c
CR changes - useMemo instead of useEffect, test selector updates, pro…
cnathe 3f1f15f
6.64.3-chartErrorBars.2
cnathe acbab6d
show range options for bar chart y-axis (but not linear / log)
cnathe bdc6e00
6.64.3-chartErrorBars.3
cnathe a4d3a4d
support LKS saved config with multiple y-axis measures (only use first)
cnathe 7dfae7f
6.64.3-chartErrorBars.4
cnathe c902e3a
Merge branch 'develop' into fb_chartErrorBars
cnathe c8e1679
6.65.1-chartErrorBars.0
cnathe 2553ac6
Merge branch 'develop' into fb_chartErrorBars
cnathe 7fd4bb3
6.65.2-chartErrorBars.0
cnathe 0327b01
Update release notes with version number and release date
cnathe 3fc89a4
npm run lint-branch-fix
cnathe 0c7c7f2
6.66.0
cnathe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
Fun