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

Add toolbars? #35

Open
novito opened this issue Jun 6, 2012 · 1 comment
Open

Add toolbars? #35

novito opened this issue Jun 6, 2012 · 1 comment
Labels

Comments

@novito
Copy link

novito commented Jun 6, 2012

Congrats for this gem. It's easy to use and really well documented.

I have a question: Would it be difficult to add the Toolbar (https://google-developers.appspot.com/chart/interactive/docs/gallery/toolbar)? As it's set in the draw method I can't add it once the chart has been rendered.

Any thoughts on how we could do that?

@winston
Copy link
Owner

winston commented Oct 15, 2012

From the doc, the chart and toolbar can be created separately and they are not coupled together as dependencies (although they share the same source) - the toolbar's requirements are:

  • container #id
  • components

Therefore, you should still be able to render the toolbar even after the chart has been rendered although that functionality is not in the gem right now.

Having said that, this still might be a useful feature to add to the gem. I'll tag this as a feature.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants