ChjROM

Results 2 comments of ChjROM

When I cloned the repository (master branch) and manually packaged the project (dotnet pack) and used it in my project, everything works fine. There are no errors.

Try add this code after `InitializeComponent` method: ```csharp AvaPlot.Plot.RenderManager.RenderActions.RemoveAt(1); ```