Skip to content
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

Merged
merged 1 commit into from
Feb 22, 2017

Conversation

spadgett
Copy link
Member

Fix problems on mobile and with long names.

Fixes #1274

@spadgett spadgett requested a review from jwforres February 20, 2017 18:47
@spadgett
Copy link
Member Author

Mobile:

screen shot 2017-02-20 at 1 57 02 pm

Desktop:

screen shot 2017-02-20 at 1 57 14 pm

@spadgett spadgett force-pushed the route-pie-legend-position branch from 7a0efae to e75b262 Compare February 20, 2017 18:59
};

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 });
Copy link
Member

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?

Copy link
Member Author

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
@spadgett spadgett force-pushed the route-pie-legend-position branch from e75b262 to 50e0793 Compare February 20, 2017 19:10
@jwforres jwforres added this to the 1.6.0 milestone Feb 20, 2017
@jwforres
Copy link
Member

[merge]

@openshift-bot
Copy link

Evaluated for origin web console merge up to 50e0793

@openshift-bot
Copy link

[Test]ing while waiting on the merge queue

@openshift-bot
Copy link

Evaluated for origin web console test up to 50e0793

@openshift-bot
Copy link

Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1050/) (Base Commit: e812e57)

@openshift-bot
Copy link

openshift-bot commented Feb 22, 2017

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1065/) (Base Commit: a0d6ce8)

@openshift-bot openshift-bot merged commit 872b724 into openshift:master Feb 22, 2017
@spadgett spadgett deleted the route-pie-legend-position branch February 22, 2017 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants