-
Notifications
You must be signed in to change notification settings - Fork 243
Add graph based filters and severity, subcategory fields #2361
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
base: master
Are you sure you want to change the base?
Conversation
…dd_severity_field
This reverts commit cdfb83a.
colorByPoint: true, | ||
events: { |
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.
add click handler to bar graph
@@ -228,6 +228,13 @@ function GithubServerTable(props) { | |||
setAppliedFilters(temp); | |||
}, [appliedFilters, props.disambiguateLabel, handleRemoveAppliedFilter, setFiltersMap, currentPageKey, pageFiltersMap]); | |||
|
|||
useEffect(() => { |
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.
filters can be passed to table from outside
]} | ||
value={id} | ||
/> | ||
<Box width="300px"> |
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.
fix width
No description provided.