Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChartBar = "bar" ChartBar3D = "bar3D" ChartBoxPlot = "boxplot" ChartCartesian3D = "cartesian3D" ChartEffectScatter = "effectScatter" ChartFunnel = "funnel" ChartGauge = "gauge" ChartGeo = "geo" ChartGraph = "graph" ChartHeatMap = "heatmap" ChartKline = "candlestick" ChartLine = "line" ChartLine3D = "line3D" ChartLiquid = "liquidFill" ChartMap = "map" ChartParallel = "parallel" ChartPie = "pie" ChartRadar = "radar" ChartSankey = "sankey" ChartScatter = "scatter" ChartScatter3D = "scatter3D" ChartSurface3D = "surface" ChartThemeRiver = "themeRiver" ChartWordCloud = "wordCloud" ChartTree = "tree" ChartTreeMap = "treemap" ChartSunburst = "sunburst" )
Chart Type contains string representations of chart types.
View Source
const ( ThemeChalk = "chalk" ThemeEssos = "essos" ThemeInfographic = "infographic" ThemeMacarons = "macarons" ThemePurplePassion = "purple-passion" ThemeRoma = "roma" ThemeRomantic = "romantic" ThemeShine = "shine" ThemeVintage = "vintage" ThemeWalden = "walden" ThemeWesteros = "westeros" ThemeWonderland = "wonderland" )
Theme Type contains string representations of theme types.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderedSet ¶
type OrderedSet struct { Values []string // contains filtered or unexported fields }
OrderedSet represents an ordered set.
func (*OrderedSet) Add ¶
func (o *OrderedSet) Add(item string)
Add adds a new item into the ordered set.
func (*OrderedSet) Init ¶
func (o *OrderedSet) Init(items ...string)
Init creates a new OrderedSet instance, and adds any given items into this set.
Click to show internal directories.
Click to hide internal directories.