-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[BUG] Mozilla Firefox 133 - Chart slows down indescribably when using offset = false for big data #11990
Comments
I guess this is a firefox issue for macos. When I run this locally on my windows machine it is fast in both chrome and firefox latest versions. |
@LeeLenaleee Anyway ❤️. |
You indeed said you only tested it on a macos machine. So I tried to see if it also happend on windows. Since it does not happen on Firefox windows, chrome windows and mac and safari this does not seem to be a chart.js issue but some issue in firefox instead |
Thanks for the observation. But it only happens for chat.js and not for other libraries (let's say I've already tested more than one...) with roughly the same amount of data. Not only that, but I want to point out that it only happens with It weighs down Firefox a lot. I had read somewhere (don't ask me where) that Chrome and Safari have a larger memory reserved for the user then Firefox. All this to say that if you streamlined this part on the next version it would be much better. Bye and good work. |
Expected behavior
Chart slows down indescribably when using offset = false for big data, but works good and fast when there's offset = true over Mozilla Firefox.
It works good on Chrome and Safari.
Current behavior
Here a sample.
Do not use a JSfiddle. The absurd thing is that in jsfiddle works quickly in both situations (also in firefox).
So, save it as a page and open it in Mozilla Firefox or Firefox Developer.
This has been tried on my PC (a powerful pc) on Mozilla Firefox without plugins.
Some explainations for this?
P.S. I added the plugin https://cdn.jsdelivr.net/npm/[email protected] also if in this contest it's not used.
The reason I did this is that it adds lateral offsets by default.
Optional extra steps/info to reproduce
TESTED ONLY ON MACOS SONOMA
chart.js version
4.4.1
Browser name and version
MOZILLA FIREFOX
The text was updated successfully, but these errors were encountered: