We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My editor has over 5000 elements on the page. And canvas-gauges scan at DOMready all these elements.
It would be very useful to make this feature controllable and create gauges only dynamically. 5000 take about 1.5 seconds to be "checked".
Just now I disabled this line: https://github.com/Mikhus/canvas-gauges/blob/master/lib/DomObserver.js#L112 And everything is fast again.
The text was updated successfully, but these errors were encountered:
I could propose to have some global flag to prevent auto DOM check. Will add this in 2.1
Sorry, something went wrong.
Implemented issue #87 - added possibility to control automatic DOM do…
2b44193
…cument parsing to create gauges
Implemented in 2.1 branch
Mikhus
No branches or pull requests
My editor has over 5000 elements on the page. And canvas-gauges scan at DOMready all these elements.
It would be very useful to make this feature controllable and create gauges only dynamically.
5000 take about 1.5 seconds to be "checked".
Just now I disabled this line:
https://github.com/Mikhus/canvas-gauges/blob/master/lib/DomObserver.js#L112
And everything is fast again.
The text was updated successfully, but these errors were encountered: