-
Notifications
You must be signed in to change notification settings - Fork 231
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
Make route services pie chart responsive #1275
Make route services pie chart responsive #1275
Conversation
7a0efae
to
e75b262
Compare
}; | ||
|
||
if ($scope.route) { | ||
data.columns.push(getData($scope.route.spec.to)); | ||
data.names[$scope.route.spec.to.name] = _.trunc($scope.route.spec.to.name, { length: 30 }); |
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.
so the full name isn't available on hover either?
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.
Updated with a fix
Fix problems on mobile and with long names
e75b262
to
50e0793
Compare
[merge] |
Evaluated for origin web console merge up to 50e0793 |
[Test]ing while waiting on the merge queue |
Evaluated for origin web console test up to 50e0793 |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1050/) (Base Commit: e812e57) |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1065/) (Base Commit: a0d6ce8) |
Fix problems on mobile and with long names.
Fixes #1274