Discover Packages
github.com/DanielTitkov/predictor
internal
charts
package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Apr 30, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Font struct {
Family string `json:"family"`
Size int `json:"size"`
}
type Heatmap struct {
Z [][]float64 `json:"z"`
X []string `json:"x"`
Y []string `json:"y"`
Type string `json:"type"`
HoverOnGaps bool `json:"hoverongaps"`
ColorScale string `json:"colorscale"`
}
type Title struct {
Text string `json:"text"`
Font Font `json:"font"`
Xref string `json:"xref"`
X float64 `json:"x"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.