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

donut and pie charts now do not animate if they are displayed as icons #1236

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

michaelchadwick
Copy link
Contributor

Fixes #1234

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for ember-simple-charts ready!

Name Link
🔨 Latest commit bf6e1ba
🔍 Latest deploy log https://app.netlify.com/sites/ember-simple-charts/deploys/678932cb4f4d1600094a5988
😎 Deploy Preview https://deploy-preview-1236--ember-simple-charts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@stopfstedt stopfstedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -41,8 +45,6 @@ export default class SimpleChartDonut extends Component {
]);
const donutWidth = width * 0.2;

this.loading = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice extra cleanup 👍

@michaelchadwick michaelchadwick force-pushed the 1234-remove-icon-animation branch from 274883d to bf6e1ba Compare January 16, 2025 16:24
@jrjohnson jrjohnson enabled auto-merge January 16, 2025 16:25
@jrjohnson jrjohnson merged commit 022c661 into ilios:master Jan 16, 2025
15 of 16 checks passed
@michaelchadwick michaelchadwick deleted the 1234-remove-icon-animation branch January 16, 2025 17:10
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.

Icons shouldn't be animated
3 participants