-
Notifications
You must be signed in to change notification settings - Fork 160
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
Conflict with Highcharts + Flot #22
Comments
I think I might be running up against the same issue - what error message are you getting? |
It also causes problems with select2. Solves this with support for custom namespace. |
Same issues here when using Highcharts. Hacked it following the instructions from a comment. Just add the following snippet into the if (this !== window && !this.nodeName) {
return false;
} |
I'm getting this error when using this plugin with flot and react js Uncaught TypeError: h[k] is not a function Any ideas? |
I'm getting the same as @jorgecarmona Uncaught TypeError: h[k] is not a function |
flot/jquery.flot.resize has known conflict. Since we are going to revamp this page, so removing script for now. cowboy/jquery-resize#22
flot/jquery.flot.resize has known conflict. Since we are going to revamp this page, so removing script for now. cowboy/jquery-resize#22
Great plugin but it conflicts with highcharts and flot. Perhaps its an easy namespace issue?
Thanks
The text was updated successfully, but these errors were encountered: