-
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
time format deprecated issue #6980
Comments
@rashearth would you be able to change your example so that it uses the non-minified version of Chart.js (https://cdn.jsdelivr.net/npm/chart.js@2.9.3/dist/Chart.js)? Otherwise it's not possible to debug and understand what is happening. |
It looks to me like perhaps the issue is the warning is printed when the option is not This issue has been fixed for 3.0. I'm unsure as to whether we would fix it for 2.9 since we're focused on 3.0 right now |
sure, i have changed the to nonminified version thx for the considering |
I think you can work around this by setting the |
FWIW - this fixed this issue for me, along with a bad stutter in animation. This was with using the chart.js streaming plugin 1.8.0 (maybe this should be raised on that project too/instead?) This issue only happened with using chartjs as an NPM module and rollup, but did not happen when using chartjs via head include. |
this should be fixed. |
Hey, i found the solution, just change the time.format to time.parser and it will fix your issue, I mean from the chart JS options where it is |
Hi, i would like to reopen the issue thats going on in this thread.
#6677
i found out that these warning pops out every 10milisec? when i use the below plugins.
【warnings poping out】

since it pops out in high rate, the memory will be decreased, leading huge lag.【plugins that makes warning】
①chart.js 2.9.3
②chart.js financial plugin
③chart.js streaming plugin 1.8.0
I have made a quick sample html here.
http://aifx2.sakura.ne.jp/realtimecharttest2.html
please kindly confirm.
The text was updated successfully, but these errors were encountered: