-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Added bar label test cases in Horizontal bar chart #33286
Open
v-baambati
wants to merge
29
commits into
microsoft:charting/web-components
Choose a base branch
from
v-baambati:charting/web-components
base: charting/web-components
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+45
−0
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0f4e495
Added basic test cases to donut chart
v-baambati 8ef1a6b
removed unused code
v-baambati db2a991
added basic tests to Horizontalbar chart
v-baambati b45180f
added basic tests to Horizontalbar chart
v-baambati 7ce4c9a
added mouse events to donut chart
v-baambati 9f79e2a
added mouse events to donut chart
v-baambati a58bfac
added mouse event test cases to horizontalbarchart
v-baambati 45b860a
Merge branch 'charting/web-components' of https://github.com/microsof…
v-baambati 85b67ab
added RTL tests
v-baambati d56b47c
Merge commit '86aac7cc3199d1bbef3285b5170d6e3dfd2caa5e' into charting…
v-baambati 02333fc
removed dependency on stories
v-baambati f6606f8
added test cases for single HBC
v-baambati fb431c7
added test cases for horizontal bar chart variants
v-baambati 7535626
added theme based test cases
v-baambati f556188
added test cases for single data point
v-baambati 531bfed
created separate function to validate options values
v-baambati cea91fe
updated input data
v-baambati 57af8aa
resolved merge conflicts
v-baambati 0bfb34d
Merge branch 'charting/web-components' of https://github.com/microsof…
v-baambati 8db4774
Updated test cases with latest chnages
v-baambati 66eb383
disabled screenshot matching test cases
v-baambati 7c07de0
Fixed failed test cases
v-baambati acd76e2
Fixed failed test cases
v-baambati ee46eb5
Fixed failed test cases
v-baambati d859e92
updated barLabel class name for testing
v-baambati cfe76c8
updated barLabel class name for testing
v-baambati 34d0a8a
removed bar label test cases
v-baambati 8a3f7af
Merge branch 'charting/web-components' of https://github.com/microsof…
v-baambati 36219e1
added test cases to bar label
v-baambati 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
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
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.
rename the spec file to match the hyphen based naming convention used in other charts.