package
0.0.0-20190804045157-cf02e63b1207
Repository: https://github.com/rai-project/go-echarts.git
Documentation: pkg.go.dev

# Functions

FuncOpts is the option set for handling function type.
NewBar creates a new bar chart.
NewBar3D creates a new 3D bar chart.
NewBoxPlot creates a new boxplot chart.
NewEffectScatter creates a new effect scatter chart.
NewFunnel creates a new funnel chart.
NewGauge creates a new gauge chart.
NewGeo creates a new geo chart.
NewGraph creates a new graph chart.
NewHeatMap creates a new heatmap chart.
NewKLine creates a new kline chart.
NewLine creates a new line chart.
NewLine3D creates a new 3D line chart.
NewLiquid creates a new liquid chart.
NewMap creates a new map chart.
NewPage creates a new page.
NewParallel creates a new parallel instance.
NewPie creates a new gauge chart.
NewRadar creates a new radar chart.
NewSankey creates a new sankey chart.
NewScatter creates a new scatter chart.
NewScatter3D creates a new 3D scatter chart.
NewSurface3D creates a new 3d surface chart.
NewThemeRiver creates a new theme river chart.
NewWordCloud creates a new word cloud chart.

# Variables

ChartType contains string representations of chart types.
ThemeType contains string representations of them types.

# Structs

AreaStyleOpts is the option set for an area style component.
AssetsOpts contains options for static assets.
Bar represents a bar chart.
Bar3D represents a 3D bar chart.
Bar3DOpts is the option set for a 3D bar chart.
BarOpts is the option set for a bar chart.
BaseOpts represents a option set needed by all chart types.
BoxPlot represents a boxplot chart.
Chart3D is a chart in 3D coordinate.
DataZoomOpts is the option set for a zoom component.
EffectScatter represents an effect scatter chart.
EffectScatterChartOpts is the option set for an effect scatter chart.
EmphasisOpts contains options for an emphasis.
Funnel represents a funnel chart.
Gauge represents a gauge chart.
Geo represents a geo chart.
GeoComponentOpts is the option set for geo component.
Graph represents a graph chart.
GraphCategory represents a category for data nodes.
GraphForce is the option set for graph force layout.
GraphLink represents relationship between two data nodes.
GraphNode represents a data node in graph chart.
GraphOpts is the option set for graph chart.
Grid3DOpts contains options for the 3D coordinate.
HeatMap represents a heatmap chart.
HeatMapOpts is the option set for a heatmap chart.
IndicatorOpts is the option set for a radar chart.
InitOpts contains options for the canvas.
ItemStyleOpts contains styling options for a MarkLine.
JSFunctions contains a set of JS functions.
Kline represents a kline chart.
LabelTextOpts contains options for a label text.
LegendOpts is the option set for a legend component.
Line represents a line chart.
Line3D represents a 3D line chart.
LineOpts is the options set for a line chart.
LineStyleOpts is the option set for a link style component.
Liquid represents a liquid chart.
LiquidOpts is the option set for a liquid chart.
LiquidOutlineOpts is the options set for a liquid outline.
Map represents a map chart.
MarkLine represents a mark line.
MarkPoint represents a mark point.
MLNameCoordItem represents coordinates for a MarkLine.
MLNameTypeItem represents type for a MarkLine.
MLNameXAxisItem represents X axis for a MarkLine.
MLNameYAxisItem represents Y axis for a MarkLine.
MLStyleOpts contains styling options for a MarkLine.
MPNameCoordItem represents coordinates for a MarkPoint.
MPNameTypeItem represents type for a MarkPoint.
MPStyleOpts contains styling options for a MarkPoint.
Page represents a page chart.
PAOpts is the option set for a parallel axis.
Parallel represents a parallel axis.
ParallelComponentOpts is the option set for parallel component.
Pie represents a pie chart.
PieOpts is the option set for a pie chart.
Radar represents a radar chart.
RadarComponentOpts is the option set for a radar component.
RectChart is a chart in RectChart coordinate.
RectOpts contains options for the rectangular coordinate.
RippleEffectOpts is the option set for the ripple effect.
RouterOpts contains information for routing.
Sankey represents a sankey chart.
SankeyLink represents relationship between two data nodes.
SankeyNode represents a data node.
No description provided by the author
Scatter represents a scatter chart.
Scatter3D represents a 3D scatter chart.
ScatterOpts is the option set for a scatter chart.
SingleAxisOpts is the option set for single axis.
SplitAreaOpts is the option set for a split area.
SplitLineOpts is the option set for a split line.
Surface3D represents a 3D surface chart.
TBFeature is a feature component under toolbox.
TextStyleOpts is the option set for a text style component.
ThemeRiver represents a theme river chart.
TitleOpts is the option set for a title component.
ToolboxOpts is the option set for a toolbox component.
TooltipOpts is the option set for a tooltip component.
ViewControlOpts contains options for view controlling.
VisualMapOpts is the option set for a visual map component.
VMInRange is a visual map instance in a range.
WordCloud represents a word cloud chart.
WordCloudOpts is the option set for a word cloud chart.
XAxis3DOpts contains options for X axis in the 3D coordinate.
XAxisOpts is the option set for X axis.
XYAxis represent the X and Y axis in the rectangular coordinate.
YAxis3DOpts contains options for Y axis in the 3D coordinate.
YAxisOpts is the option set for Y axis.
ZAxis3DOpts contains options for Z axis in the 3D coordinate.

# Type aliases

ColorOpts contains options for color schemes.
DataZoomOptsList is a list of DataZoomOpts.
ParallelAxisOpts is a list of ParallelAxisOpts.
Routers is an array of RouterOpts.
Series represents multiple series.
VisualMapOptsList is a list of VisualMapOpts.