-
Notifications
You must be signed in to change notification settings - Fork 20
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
Issue with Arrow and Bar Formatters #118
Comments
We have to use our html code for the chart as the |
@Shekharrajak can you give an insight of how the appropriate code would have worked in the example |
Thanks @Prakriti-nith , actually I am new to the code base, can you please tell me which file/code-snippet needs modification? |
Have a look at the to_html method which generates the HTML code for the chart. |
@Prakriti-nith , I have checked all the methods related to the formatters and they are all according to the googlecharts api documentation, but the html-script generated for the bar is this: |
I think there is conflict in jupyter notebook html (JS) and googleapi JS in the html of the notebook (when it serve in browser). |
Out of these six formatters, Arrow and Bar are causing some issues and rest are working fine. Bar formatter is working correctly in rails but in IRuby notebook it generates weird bars. See examples. Arrow formatter is neither generating arrows in nbviewer (working fine in localhost) nor in rails.
The text was updated successfully, but these errors were encountered: