You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're doing it entirely right. That's all necessary and it should work immediately - so it looks you stumbled over a little problem. The fact that you are observing the "loading"-Message means that IRuby::Chartkick has been loaded correctly already (as you would see other error messages otherwise).
Most probably the problem is located in the JavaScript part. That is, to render the chart finally, iruby-chartkick is loading some JS, which fails for some reason in your case.
To help you further, could you give us more details of your context?
Which Ruby version are you running and which version of iruby-chartkick are you trying?
Here's how it looks for me using Ruby 3.0.1 and the v0.3.1 of iruby-chartkick:
Hey @designium, as the issue has become quite old and we can't reproduce so far - I'm going to close it. If you need further help don't hesitate to reach out again, we're happy to help 👋
Hi,
In a cell from my Notebook, I add:
Then I just run:
Then the screen keeps showing Loading ... . Is there anything else I need to do in order to load the chart?
The text was updated successfully, but these errors were encountered: