Sean McLeish

Results 35 comments of Sean McLeish

I could make it an additional variable if you guys need it

Hi, you could fork this project and implement a following temporary solution using the [DotNetObjectReference](https://docs.microsoft.com/en-us/aspnet/core/blazor/call-dotnet-from-javascript?view=aspnetcore-3.1#instance-method-call) - Add a action (e.g. ClickAction ) as a parameter in the Plotly.Blazor/PlotlyChart.razor to define...

Sorry, I don't have timeline. The charts were developed for another project where no events are currently required. That's why we made it open source, so that people from outside...

Have seen under dotnet/runtime/issues/30820 that circular references are now supported. The only thing missing is that you can set the deserialization settings for interop methods.

Im currently not working on the Plotly.Blazor library. We will propbably implement it sooner or later without any ETA. Feel free to contribute if its time critical! :)

Mhm, a feature request could be to allow folder imports for example #r ".\Dependencies\*.dll"

Just tested it with sin data [here](https://codepen.io/seanmcl030/pen/GRmgdGz). The performance impact is huge! When I use linear data, its almost unusable.

My first thought is that in the background the JavaScript library of plotly.js is accessed and accordingly the JS methods are called. To what extent is the behavior there, I...

I‘ve uploaded a live data example, which could be useful in this case. https://delightful-pebble-00ab3ee10.1.azurestaticapps.net/live-data

by the way, here is an open issue. https://github.com/plotly/plotly.js/issues/1499