You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code calls Plotly.Blazor.PlotlyChart.Relayout it worked before the update, but now we get this exception:
blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Could not find 'relayout' ('relayout' was undefined).
Error: Could not find 'relayout' ('relayout' was undefined).
at https://localhost/_framework/blazor.webassembly.js:1:368
at Array.forEach (<anonymous>)
at l.findFunction (https://localhost/_framework/blazor.webassembly.js:1:336)
at w (https://localhost/_framework/blazor.webassembly.js:1:5079)
at https://localhost/_framework/blazor.webassembly.js:1:2872
at new Promise (<anonymous>)
at b.beginInvokeJSFromDotNet (https://localhost/_framework/blazor.webassembly.js:1:2835)
at Object.vn [as invokeJSJson] (https://localhost/_framework/blazor.webassembly.js:1:58849)
at https://localhost/_framework/dotnet.runtime.8.0.6.cfhqwq2l7j.js:3:178364
at Tl (https://localhost/_framework/dotnet.runtime.8.0.6.cfhqwq2l7j.js:3:179198)
Microsoft.JSInterop.JSException: Could not find 'relayout' ('relayout' was undefined).
Error: Could not find 'relayout' ('relayout' was undefined).
at https://localhost/_framework/blazor.webassembly.js:1:368
at Array.forEach (<anonymous>)
at l.findFunction (https://localhost/_framework/blazor.webassembly.js:1:336)
at w (https://localhost/_framework/blazor.webassembly.js:1:5079)
at https://localhost/_framework/blazor.webassembly.js:1:2872
at new Promise (<anonymous>)
at b.beginInvokeJSFromDotNet (https://localhost/_framework/blazor.webassembly.js:1:2835)
at Object.vn [as invokeJSJson] (https://localhost/_framework/blazor.webassembly.js:1:58849)
at https://localhost/_framework/dotnet.runtime.8.0.6.cfhqwq2l7j.js:3:178364
at Tl (https://localhost/_framework/dotnet.runtime.8.0.6.cfhqwq2l7j.js:3:179198)
at Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(IJSObjectReference jsObjectReference, String identifier, CancellationToken cancellationToken, Object[] args)
at Plotly.Blazor.PlotlyJsInterop.Relayout(CancellationToken cancellationToken)
at Plotly.Blazor.PlotlyChart.Relayout(CancellationToken cancellationToken)
…
exception shortened to remove sensitive code references
what do we have to change?
the version update indicated a non breaking change, I inherited the code, so I am happy for any help :)
The text was updated successfully, but these errors were encountered:
code calls
Plotly.Blazor.PlotlyChart.Relayout
it worked before the update, but now we get this exception:exception shortened to remove sensitive code references
what do we have to change?
the version update indicated a non breaking change, I inherited the code, so I am happy for any help :)
The text was updated successfully, but these errors were encountered: