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

feat: allow disabling animations using 'animate' option #241

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

scmmishra
Copy link
Contributor

This PR allows disabling of animations.
Added an option animate with default value 1.

Example usage:

let typeChartArgs = {
	title: "My Awesome Chart",
	data: typeData,
	type: 'axis-mixed',
	height: 300,
        animate: 0
};

@scmmishra scmmishra mentioned this pull request Sep 1, 2019
@coveralls
Copy link

coveralls commented Sep 1, 2019

Pull Request Test Coverage Report for Build 128

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 38.158%

Totals Coverage Status
Change from base Build 122: 0.0%
Covered Lines: 29
Relevant Lines: 62

💛 - Coveralls

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.

2 participants