Jacco van den Berg
Jacco van den Berg
In that case I'm afraid we can't do much since we only support modern up to date browsers. The menu items are just plain `a` tags so that should work...
Of course we do not mean to break things on every browser release, that said we are a small team so we can't support a lot of things like banks...
CLosing as it is working fine in modern up to date browsers
As per the issue template a reproducable sample is mandatory, please add one.
@MichaelCropper you are welcome to put in a PR if you can resolve the issue that quick
> Chart.js versions lower then 4.x are NOT supported anymore, new issues will be disregarded. Also your reproducable samples are not reproducable samples, they are just links to verry outdated...
> Chart.js versions lower then 4.x are NOT supported anymore, new issues will be disregarded.
I think the best approach here would be to write a custom plugin that listens to the `beforeEvent` hook, and set a timeOut, reset this once the hook is called...
Do you have an example of where you need to re register components because this should not be the case, when you register your elements with `Chart.Register` they are registererd...
We dont determine the type of the axis based on the first letter as described in the migration guide [here](https://www.chartjs.org/docs/4.0.1/migration/v4-migration.html#charts). Only `x` and `y` will be picked up by default...