Documentation ¶
Index ¶
- type ColorMode
- type Option
- func BluePurple(colorBy ColorMode) Option
- func BlueYellowRed(colorBy ColorMode) Option
- func ClassicPalette() Option
- func GreenYellowRed(colorBy ColorMode) Option
- func RedYellowGreen(colorBy ColorMode) Option
- func SingleColor(color string) Option
- func ThresholdsValue(colorBy ColorMode) Option
- func YellowBlue(colorBy ColorMode) Option
- func YellowRed(colorBy ColorMode) Option
- type Scheme
- type Step
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(scheme *Scheme)
Option represents an option that can be used to configure an axis.
func BluePurple ¶
BluePurple uses the blue-purple color scheme.
func BlueYellowRed ¶
BlueYellowRed uses the blue-yellow-red color scheme.
func ClassicPalette ¶
func ClassicPalette() Option
ClassicPalette uses the classic palette color scheme.
func GreenYellowRed ¶
GreenYellowRed uses the green-yellow-red color scheme.
func RedYellowGreen ¶
RedYellowGreen uses the red-yellow-green color scheme.
func SingleColor ¶
SingleColor defines the color scheme with a single color.
func ThresholdsValue ¶
ThresholdsValue uses the thresholds colors.
func YellowBlue ¶
YellowBlue uses the yellow-blue color scheme.
Click to show internal directories.
Click to hide internal directories.