//
pkg.gl
Category
github.com/drakos74/oremi
internal
gui
canvas
graph
package
0.1.0
Repository:
https://github.com/drakos74/oremi.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
1
Files
479 SLOC
#
Functions
NewAxisX
NewAxisX creates a new x axis.
NewAxisY
NewAxisY creates a new y axis.
NewChart
NewChart creates a new graph.
NewDelimiterX
NewDelimiterX creates a new delimiter for an x axis.
NewDelimiterY
NewDelimiterY creates a new delimiter for an x axis.
NewPoint
NewPoint creates a new point.
#
Structs
Axis
Axis is an axis element for graphs.
Chart
Chart is a graph object designed to hold all the graph contents as child elements.
Delimiter
Delimiter is an axis child element representing a value on the respective axis.
Point
AddPoint is a point element.