columnchart
package v2.26.5
Go to latest Published: Nov 23, 2025 License:MIT
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:6 Opens a new window with list of imports.
Imported by:0 Opens a new window with list of known importers.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
- func ColumnChartMaterialPage(chart google.Chart) string
- func StreamColumnChartMaterialPage(qw422016 *qt422016.Writer, chart google.Chart)
- func WriteColumnChartMaterialPage(qq422016 qtio422016.Writer, chart google.Chart)
- type Chart
- type IsStacked
- type Options
- type OptionsBar
- type OptionsChart
- type OptionsHAxis
- type OptionsLegend
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcWriteColumnChartMaterialPage¶
func WriteColumnChartMaterialPage(qq422016qtio422016.Writer, chartgoogle.Chart)
Types¶
typeChart¶
Chart represents the chart at:https://developers-dot-devsite-v2-prod.appspot.com/chart/interactive/docs/gallery/barchart
func (*Chart)ChartDivOrDefault¶
func (*Chart)DataTableJSON¶
func (*Chart)OptionsJSON¶
typeIsStacked¶
type IsStackedstring
const (IsStackedAbsoluteIsStacked = "absolute"IsStackedPercentIsStacked = "percent"IsStackedRelativeIsStacked = "relative"IsStackedDefaultIsStacked =IsStackedAbsolute)
typeOptions¶
type Options struct {ChartOptionsChart `json:"chart,omitempty"`Titlestring `json:"title,omitempty"`Subtitlestring `json:"subtitle,omitempty"`Widthuint `json:"width,omitempty"`Heightuint `json:"height,omitempty"`LegendOptionsLegend `json:"legend,omitempty"`BarOptionsBar `json:"bar"`IsStackedIsStacked `json:"isStacked"`HorizontalAxisOptionsHAxis `json:"hAxis"`}funcOptionsDefault¶
func OptionsDefault()Options
typeOptionsBar¶
type OptionsBar struct {GroupWidthstring `json:"groupWidth,omitempty"`// e.g. "95%"}typeOptionsChart¶
typeOptionsHAxis¶
typeOptionsLegend¶
Click to show internal directories.
Click to hide internal directories.