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

Dynamically Re-sizing the Graph. #20

Closed
amacgregor opened this issue Jan 24, 2012 · 1 comment
Closed

Dynamically Re-sizing the Graph. #20

amacgregor opened this issue Jan 24, 2012 · 1 comment

Comments

@amacgregor
Copy link

Hi,

I would like to be able to change the width and height of the chart on the fly; is this currently possible with rickshaw?

Kind Regards

@dchester
Copy link
Contributor

Hi, this is supported with e389e75. Resize like this:

graph.configure({ width: 400, height: 200 }); 
graph.render();

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

No branches or pull requests

2 participants