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.
We need to display network graph using cytoscape https://github.com/plotly/react-cytoscapejs
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....
Bumps [Microsoft.JSInterop](https://github.com/dotnet/aspnetcore) from 6.0.6 to 6.0.8. Release notes Sourced from Microsoft.JSInterop's releases. .NET 6.0.8 Release .NET 6.0.7 Release Commits 6a01dd1 Merged PR 24140: [internal/release/6.0] Update dependencies from dnceng/inter... ae88823 [internal/release/6.0]...
Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 6.0.6 to 6.0.8. Release notes Sourced from Microsoft.AspNetCore.Components's releases. .NET 6.0.8 Release .NET 6.0.7 Release Commits 6a01dd1 Merged PR 24140: [internal/release/6.0] Update dependencies from dnceng/inter... ae88823 [internal/release/6.0]...
Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 6.0.6 to 6.0.8. Release notes Sourced from Microsoft.AspNetCore.Components.Web's releases. .NET 6.0.8 Release .NET 6.0.7 Release Commits 6a01dd1 Merged PR 24140: [internal/release/6.0] Update dependencies from dnceng/inter... ae88823 [internal/release/6.0]...
I am trying to update a stacked bar chart that is being used in a dashboard every 5 minutes or so and also has the capability of being able to...
Bumps [Blazorise.Bootstrap](https://github.com/Megabit/Blazorise) from 1.0.5 to 1.0.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [Blazorise.Icons.FontAwesome](https://github.com/Megabit/Blazorise) from 1.0.5 to 1.0.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm setting the `XAxis.Ticks = TicksEnum.Empty` but the ticks remain visible. I suspect that because this is internally an empty string, something somewhere is treating this as equivalent to null...