-
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 Include highcharts in a popup window ? #211
Comments
is possible that the js returned in ajax is not being interpreted as js. I would recommend that you try something like js rendering instead of html, so the template that responds to
then in _your_chart.erb partial
then you don need to set the innerHTML of the ajax |
Thanks for response Michelson . Controller Action :
**js view template (comparerevenue.js) :
**partial (_display_compare_revenue.html.erb) :
*function : *
|
Hi , it seems that for readability please format you code in your comments, I've do it for you twice now |
Hi , even with $("#pop_up_container") - it doesnt work . |
How to Include highcharts in a popup window ?
My controller code is :
View is :
popup window code
But the chart doesnt seem to appear in the popup window . Is there any special way to display the highcharts in a popup window ?
The text was updated successfully, but these errors were encountered: