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.
In my blazor app I use a RadzenSplitter to split my menu with the chart and using this splitter I want to resize my chart to the available size. I...
We have a requirement to display sub-second timestamps in the hover info labels that are displayed on the plots. Unfortunately [DateTimeConverter.cs](https://github.com/LayTec-AG/Plotly.Blazor/blob/main/Plotly.Blazor/DateTimeConverter.cs) has no way of changing the datetime format. Currently,...
public enum ImageFormat { [EnumMember(Value = @"jpg")] Jpg, [EnumMember(Value = @"jpeg")] Jpeg, [EnumMember(Value = @"png")] Png, [EnumMember(Value = @"svg")] Svg, }