Skip to content

Commit

Permalink
SP5 Blazor: improve component inheritance and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Oct 22, 2023
1 parent dc24129 commit 9c8b318
Show file tree
Hide file tree
Showing 12 changed files with 243 additions and 533 deletions.
191 changes: 0 additions & 191 deletions src/ScottPlot5/ScottPlot5 Controls/ScottPlot.Blazor/BlazorPlot.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@using SkiaSharp.Views.Blazor;
@using SkiaSharp;
@inherits BlazorPlot
@inherits BlazorPlotBase

<div>
<SKCanvasView @ref="SKView" style=@Style OnPaintSurface="OnPaintSurface" IgnorePixelScaling="true"
Expand Down

This file was deleted.

Loading

0 comments on commit 9c8b318

Please sign in to comment.