Sean McCullough

Results 7 comments of Sean McCullough

Animations are overwritten and disabled before the config is handed to chartjs. Consider using a plugin for what you are trying to achieve. Details for doing this are in the...

Can confirm, Windows 10 results in the same issue. My chart config works on the test website.

I've found a temporary workaround. It seems the problem has to do with the math relating to chart.js finding the inner circumference of the pie chart arcs. You can see...

I likewise spent quite some time smashing my head into my keyboard working out this exact issue. Turns out after also sleuthing through the repo, it looks like this issue...

You could consider using the [GetRows](https://docs.microsoft.com/en-us/sql/ado/reference/ado-api/getrows-method-ado?view=sql-server-2017) method, this will give you an array and with incredibly high performance. That way you could do some rather simple native array manipulations to...

There is now the project https://github.com/authts/oidc-client-ts which is the typescript fork of the original oidc-client, which is probably capable of being a near drop-in replacement.