Using Plotly.js in ASP.NET MVC app

Hi guys,

I’m trying to wrap my head around how to use plotly.js in my application, which shows statistical charts.
The site users should be able to “configure” what data and what chart to show.
The ASP.NET MVC applicatoin should generate the JS code (script) on the fly, and inject it into the web page. Thay’s the way I see it.
It there a C# library supporting plotly.js object model, making it easy to manipulate data, axis, formats and other chart properties?