Elina Keränen
Elina Keränen
Yes, you can bind regular onWheel event to your scrollbar and then use it like this: `_onMouseWheel: function(event) { if (this.props.direction === 'horizontal') { var list = event.currentTarget.firstChild; var delta...
I have same issue: https://stackblitz.com/edit/stackblitz-starters-ngv2t8?file=src%2Fapp%2Fapp.component.ts Bug happens with both wheel and drag and on all axis modes. I have linear scales and no limits. Downgrading to Chartjs 4.3.0 fixed it....
I have same issue, version 20.1.0. It is simply not possible to use selectCheck with custom checkbox at all.