Skip to content
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

Open
jaredbroad opened this issue May 18, 2014 · 5 comments
Open

Conflict with Highcharts + Flot #22

jaredbroad opened this issue May 18, 2014 · 5 comments

Comments

@jaredbroad
Copy link

Great plugin but it conflicts with highcharts and flot. Perhaps its an easy namespace issue?

Thanks

@prakashsanker
Copy link

I think I might be running up against the same issue - what error message are you getting?

@tomyam1
Copy link

tomyam1 commented Apr 1, 2015

It also causes problems with select2.
Since select2 binds to resize event it causes significant slowness.

Solves this with support for custom namespace.
https://github.com/tepez/jquery-resize/tree/namespace

@allenfantasy
Copy link

Same issues here when using Highcharts. Hacked it following the instructions from a comment.

Just add the following snippet into the setup function:

if (this !== window && !this.nodeName) {
  return false;
}

@jorgecarmona
Copy link

I'm getting this error when using this plugin with flot and react js

Uncaught TypeError: h[k] is not a function

Any ideas?

@peca11
Copy link

peca11 commented Mar 3, 2017

I'm getting the same as @jorgecarmona

Uncaught TypeError: h[k] is not a function

ravinderk added a commit to emgk/Give that referenced this issue Apr 15, 2018
flot/jquery.flot.resize has known conflict. Since we are going to revamp this page, so removing script for now.

cowboy/jquery-resize#22
raftaar1191 pushed a commit to raftaar1191/Give that referenced this issue Apr 20, 2018
flot/jquery.flot.resize has known conflict. Since we are going to revamp this page, so removing script for now.

cowboy/jquery-resize#22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants