We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300024b commit 67214e9Copy full SHA for 67214e9
src/Plotly.NET/CommonAbstractions/Colors.fs
@@ -1,6 +1,7 @@
1
namespace Plotly.NET
2
//http://www.niwa.nu/2013/05/math-behind-colorspace-conversions-rgb-hsl/
3
open Newtonsoft.Json
4
+open System
5
6
module internal Hex =
7
@@ -160,7 +161,7 @@ type Color private(obj:obj) =
160
161
Color (unbox c)
162
163
/// Values are interpreted relative to color scale
- static member fromColorScaleValues (c:seq<System.IConvertible>) =
164
+ static member fromColorScaleValues (c:seq<#IConvertible>) =
165
166
167
/// Color from a standard web color keyword, e.g. White -> "white" (see //https://www.w3.org/TR/2011/REC-SVG11-20110816/types.html#ColorKeywords)
0 commit comments