Plotly.Blazor
Plotly.Blazor copied to clipboard
This library packages the well-known charting library plotly.js into a razor component that can be used in a Blazor project.
The `PointNumber` property in `EventDataPoint` is returned as an array when a heat map cell is clicked on. This causes an json parsing error on the client side and the...
Is there a way to use [plotly-basic-latest.min.js](https://cdn.plot.ly/plotly-basic-latest.min.js) with Ploty.Blazor version 4.3.0?
Simply never returns from ToImage() unless I leave Layout.Margin and Layout.Title as null. However, it does work when I press the "Camera" to create an image. Drawing a scatter plot...
## Description This pull request introduces two new methods, PrependTraces3D and ExtendTraces3D, to enhance the functionality of Scatter3D plots. These methods allow users to efficiently add data points to existing...
Bumps [nunit](https://github.com/nunit/nunit) from 3.14.0 to 4.1.0. Release notes Sourced from nunit's releases. NUnit 4.1.0 See release notes NUnit 4.0.1 Patch release to fix windows targets See release notes and See...
Hi, Thank you for your work on the plotly wrapper, This is what v.4.3.0 shows (correct):  But 5.1.1 reports MIME type as text/html:  The tricky point is that...
I have data set with Double.NaN throwing JsonSerialization exception during rendering. Could anyone share sample how to handle NaN in blazor.
Using the following two components, clicking the button twice in quick succession will throw the following exception: ,"Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: No DOM element with id 'PlotlyChart-1695005480' exists on...
What I mean is that I am seeing this and do not know how to make sure both zero - they both start with same x value and y value...
I understand that the animation option isn't developed yet, but I was wondering if there’s a possible workaround to enable this feature via JavaScript. Thanks in advance!