chartjs / chartjs/chartjs-plugin-deferred
Additional Index to Draw Count
Open
- Dominant language
- JavaScript
- Stars
- 113
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
The _drawCount seems increase the value +1 from what the array length is. The array length is 29 but _drawCount has a value of 30 which creates an undefined for when deferred looks at `element.hidden`. It also seems like it had the proper count and then on another render the increase happened. Taking out Deferred takes away the issue. What could be the possible cause of the plugin adding an additional index? (I am using React and react-chartjs-2)



Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.