graph

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render

func Render(r io.Writer, data Data, option Option) error

Types

type Data

type Data interface {
	N() int
	X(int) string
	Y(int) float64
	Link(int) string
}

type Option

type Option interface {
	XName() string
	YName() string
	Title() string
	Link() string
	Subtitle() string
	SubLink() string
	LineChartSymbol() string
	LineChartColor() string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL