ipax77
ipax77
Adding [Layout Configuration](https://www.chartjs.org/docs/latest/configuration/layout.html) to BaseConfigOptions. ### Which charts does this feature request apply to? all charts ### Describe the solution you'd like ``` Options = new PieOptions { Layout =...
I implemented a C# dotnet 6 wrapper for s2protocol using IronPython: [s2protocol.NET](https://github.com/ipax77/s2protocol.NET) Some of the benefits: - Strong typed nullable records for all Events - Fixing the protocol version for...
Is there anything we / the community can do to help you integrate the small updates into the automation process?
At the moment some ChartJs initialization tasks are written in JavaScript [chartJsInterop.js](https://github.com/ipax77/pax.BlazorChartJs/blob/master/src/pax.BlazorChartJs/wwwroot/chartJsInterop.js) which I would like to get rid of. I haven't been able to find a way to achieve...