Skip to content

Commit

Permalink
Remove chart example - adds too much bulk to example site download.
Browse files Browse the repository at this point in the history
  • Loading branch information
anmcgrath committed Nov 3, 2024
1 parent 517e4a0 commit 5bb9eb8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 135 deletions.
5 changes: 0 additions & 5 deletions src/BlazorDatasheet.Server/Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
Column filters
</NavLink>
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" href="ChartExample">
Chart Example
</NavLink>
</div>
</nav>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.10" />
<PackageReference Include="Plotly.Blazor" Version="5.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
124 changes: 0 additions & 124 deletions src/BlazorDatasheet.SharedPages/Pages/ChartExample.razor

This file was deleted.

5 changes: 0 additions & 5 deletions src/BlazorDatasheet.Wasm/Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
Column filters
</NavLink>
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" href="ChartExample">
Chart Example
</NavLink>
</div>
</nav>
</div>

Expand Down

0 comments on commit 5bb9eb8

Please sign in to comment.