Skip to content

Commit 8efb364

Browse files
committed
fix wrong chartdomain call in testbase
1 parent a347937 commit 8efb364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Common/FSharpTestBase/TestCharts/ChartDomainTestCharts.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ module Indicator =
398398
open Plotly.NET.LayoutObjects
399399

400400
let ``Angular gauge indicator`` =
401-
ChartDomain.Chart.Indicator(
401+
Chart.Indicator(
402402
value = 200.,
403403
mode = StyleParam.IndicatorMode.NumberDeltaGauge,
404404
Delta = IndicatorDelta.init(Reference=160),

0 commit comments

Comments
 (0)