11 references to PlotlyChart
Aspire.Dashboard (2)
Components\Controls\Chart\PlotlyChart.razor.cs (2)
215private readonly PlotlyChart _plotlyChart; 217public ChartInterop(PlotlyChart plotlyChart)
Aspire.Dashboard.Components.Tests (9)
Controls\PlotlyChartTests.cs (2)
33var cut = RenderComponent<PlotlyChart>(builder => 88var cut = RenderComponent<PlotlyChart>(builder =>
Pages\MetricsTests.cs (7)
123Assert.Single(cut.FindComponents<PlotlyChart>()); 133Assert.Empty(cut.FindComponents<PlotlyChart>()); 144Assert.Single(cut.FindComponents<PlotlyChart>()); 186var chart = cut.FindComponent<PlotlyChart>(); 680cut.WaitForAssertion(() => Assert.Single(cut.FindComponents<PlotlyChart>())); 681var chart = cut.FindComponent<PlotlyChart>().Instance;