Chartjs-Is it possible to add a javascript chart in a webview in Xamari.Forms

1πŸ‘

βœ…

I found a ton of people having this issues online of using js charts in Xamarin.Forms so I took some inspiration from HybridWeb view and some Gists online and created a Nuget Package to solve this.

https://github.com/ChristopherMWood/XamarinChartJSPlugin

It will allow you to configure charts in C# and it converts them to chart.js charts in a WebView. As of writing this it’s fairly new but it helps solve the main line use cases using CHart.js.

Leave a comment