Peter Ringelmann

Results 12 comments of Peter Ringelmann

+1 Having the same problem with `preact-router`: ![image](https://user-images.githubusercontent.com/4850521/136358928-c905acf0-253c-45ff-b8a4-5ed8c90f437c.png)

> I also hit this error today. It was when attempting to record from my second monitor which is a lower DPI. Moving the target and the recoding over to...

I've had this same question for quite a while too. As far as I can tell this is where things stand regarding lazy routes: - The preact team is actively...

@ravidsp please post a working code example of what you are trying to achieve using an online sandbox.

@waleedshkt please try `lineChartInst.chartInstance.getElementAtEvent(e)`

@velthune I've copied your code into a sandbox and it functions exactly the same way the chart.js examples do: https://www.chartjs.org/samples/latest/tooltips/custom-points.html Can you please describe the behaviour you are expecting in...

@ravidsp do you simply want to attach a click handler to the chart component itself? Or do you need to attach click handler to specific elements within the chart? Please...

Suggest we use https://github.com/xnimorz/use-debounce once the component has been refactored to use hooks: #459

@jscheinhorn Is there a specific reason you need to imperatively call the `update()` method on each render call? If your data prop changes then the wrapper will automatically update the...