package
0.7.0
Repository: https://github.com/metalblueberry/go-plotly.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BA converts a list of bool into BooleanType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IA converts a list of int to IntegerType.
IS Given a string, parses it as an integer number Panics if the string is not an integer number.
No description provided by the author
NA converts a list of float64 to NumberType.
NS Given a string, parses it as a float64 number Panics if the string is not a float number.
S converts a string to a StringType It is not needed, but if you use this method, it will make it easier to migrate to different implementations of String type in case we actually need *string instead of string.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

False is a *bool with false value.
True is a *bool with true value.

# Structs

ArrayOK is a type that allows you to define a single value or an array of values, But not both.
No description provided by the author
ColorScale A Plotly colorscale either picked by a name: (any of Greys, YlGnBu, Greens, YlOrRd, Bluered, RdBu, Reds, Blues, Picnic, Rainbow, Portland, Jet, Hot, Blackbody, Earth, Electric, Viridis, Cividis ) customized as an {array} of 2-element {arrays} where the first element is the normalized color level value (starting at *0* and ending at *1*), and the second item is a valid color string.
No description provided by the author
No description provided by the author
DataArrayType An {array} of data.
No description provided by the author

# Interfaces

Fig Represents a plotly figure use the Info method to get details about the plotly version.
Trace Every trace implements this interface It is useful for autocompletion, it is a better idea to use type assertions/switches to identify trace types.

# Type aliases

Color A string describing color.
ColorList A list of colors.
No description provided by the author
No description provided by the author
StringType as defined by plotly schema This is not *string because I do not see any case where an empty string is a desired input for plotly and having this as string makes it much easier to work with the package.
TraceType is the type for the TraceType field on every trace.