diff --git a/Sources/Wrappers/AngouriMath.Interactive/AngouriMath.Interactive.fsproj b/Sources/Wrappers/AngouriMath.Interactive/AngouriMath.Interactive.fsproj
index 6eeda479..721a132d 100644
--- a/Sources/Wrappers/AngouriMath.Interactive/AngouriMath.Interactive.fsproj
+++ b/Sources/Wrappers/AngouriMath.Interactive/AngouriMath.Interactive.fsproj
@@ -24,6 +24,7 @@
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
true
+ $(AssemblyName)
@@ -42,9 +43,9 @@
-
-
-
+
+
+
@@ -55,7 +56,7 @@
-
+
diff --git a/Sources/Wrappers/AngouriMath.Interactive/AngouriMath.Interactive.sln b/Sources/Wrappers/AngouriMath.Interactive/AngouriMath.Interactive.sln
new file mode 100644
index 00000000..ff8ae8b8
--- /dev/null
+++ b/Sources/Wrappers/AngouriMath.Interactive/AngouriMath.Interactive.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.34330.188
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AngouriMath.Interactive", "AngouriMath.Interactive.fsproj", "{F6F9CE60-FDB9-484F-8700-5FD2162CE6C4}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F6F9CE60-FDB9-484F-8700-5FD2162CE6C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F6F9CE60-FDB9-484F-8700-5FD2162CE6C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F6F9CE60-FDB9-484F-8700-5FD2162CE6C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F6F9CE60-FDB9-484F-8700-5FD2162CE6C4}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {984A729C-5ACD-41B4-8704-78CAFBB4FE65}
+ EndGlobalSection
+EndGlobal
diff --git a/Sources/Wrappers/AngouriMath.Interactive/Plot.fs b/Sources/Wrappers/AngouriMath.Interactive/Plot.fs
index 8cab7b14..5ebafbb7 100644
--- a/Sources/Wrappers/AngouriMath.Interactive/Plot.fs
+++ b/Sources/Wrappers/AngouriMath.Interactive/Plot.fs
@@ -210,7 +210,7 @@ let private withSliderND<'a, 'b> n (chartPlotter : 'a -> obj -> GenericChart.Gen
|> Seq.map (fun step ->
let newFunc = compiled step
chartPlotter ranges newFunc
- |> Chart.withTraceName(Visible = if step = Seq.head paramRange then StyleParam.Visible.True else StyleParam.Visible.False)
+ |> Chart.withTraceInfo(Visible = if step = Seq.head paramRange then StyleParam.Visible.True else StyleParam.Visible.False)
)
|> GenericChart.combine
let slider = getSlider paramRange