-
Notifications
You must be signed in to change notification settings - Fork 98
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
[BUG]: Fixed Vertical & Horizontal Bar visualization issues #1156
[BUG]: Fixed Vertical & Horizontal Bar visualization issues #1156
Conversation
Signed-off-by: Koustubh Karmalkar <koustubh_karmalkar@persistent.com>
Signed-off-by: Koustubh Karmalkar <koustubh_karmalkar@persistent.com>
Signed-off-by: Koustubh Karmalkar <koustubh_karmalkar@persistent.com>
Codecov Report
@@ Coverage Diff @@
## main #1156 +/- ##
=========================================
Coverage 53.70% 53.71%
Complexity 291 291
=========================================
Files 279 279
Lines 9490 9494 +4
Branches 2244 2248 +4
=========================================
+ Hits 5097 5100 +3
Misses 4223 4223
- Partials 170 171 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Koustubh Karmalkar <koustubh_karmalkar@persistent.com>
Signed-off-by: Koustubh Karmalkar <koustubh_karmalkar@persistent.com>
// Gauge = 'gauge', | ||
// Histogram = 'histogram', | ||
// TreeMap = 'tree_map', | ||
// Scatter = 'scatter', | ||
// LogsView = 'logs_view', | ||
// Metrics = 'metrics', | ||
// TableView = 'data_table', |
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.
can we remove comments if not needed?
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.
+1 yes let's remove these rather than commented out.
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.
Hi @ps48 @mengweieric commented as this is not a permanent removing of the feature, we may uncomment it in future. Anyways I will remove it.
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 can always add back without commenting or uncommenting.
Signed-off-by: Koustubh Karmalkar <koustubh_karmalkar@persistent.com>
Description
Fixed visualization issues of vertical and horizontal bar chart
Issues Resolved
#1153
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.