-
Notifications
You must be signed in to change notification settings - Fork 242
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
How to use lazy_high_charts in Iruby notebook #235
Comments
Ping @michelson |
Hi @Shekharrajak, I've never used IRuby , but I believe that the output is just "stringyfing" the object, that's why you are getting that. You have to use the view helper in order to output the proper content, using take a look at the dummy apps , https://github.com/michelson/lazy_high_charts/blob/master/spec/dummy_nanoc/lib/default.rb cheers! |
Thanks @michelson for sharing the link.
to view the chart. |
Hi @Shekharrajak , Yes it does! check the layout file in the nanoc dummy app, it has the following scripts in order for the HC script to work do you need more help ? should we close this ? |
@michelson , I see dummy app and usage of I think, when we require the gem in iruby notebook , it must load the dependent scripts/js files that will be used in |
I want to see plots in IRuby notebook.
When I do
I get this
But I want to see the chart instead. What should I do for display charts ?
The text was updated successfully, but these errors were encountered: