package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ScenarioKeyTestDashboard = "test-dashboard"
)
type BarProps struct {
ChartType string `json:"chartType"`
Option Option `json:"option"`
Title string `json:"title"`
}
type Data struct {
Operations map[string]interface{} `json:"operations"`
Value int64 `json:"value"`
}
type DataZoom struct {
EndValue int64 `json:"endValue"`
HandleSize int64 `json:"handleSize"`
Orient string `json:"orient"`
ShowDataShadow bool `json:"showDataShadow"`
ShowDetail bool `json:"showDetail"`
StartValue int64 `json:"startValue"`
Throttle int64 `json:"throttle"`
Type string `json:"type"`
Width int64 `json:"width"`
ZoomLock bool `json:"zoomLock"`
}
type Grid struct {
Right int64 `json:"right"`
}
type Label struct {
Show bool `json:"show"`
}
type Option struct {
Animation bool `json:"animation"`
DataZoom []DataZoom `json:"dataZoom"`
Grid Grid `json:"grid"`
Series []Series `json:"series"`
XAxis []XAxis `json:"xAxis"`
YAxis []YAxis `json:"yAxis"`
Style map[string]interface{} `json:"style"`
}
type Series struct {
Data []Data `json:"data"`
Label map[string]interface{} `json:"label"`
}
type Tooltip struct {
Show bool `json:"show"`
Trigger string `json:"trigger"`
}
type XAxis struct {
Type string `json:"type"`
AxisLabel map[string]interface{} `json:"axisLabel"`
}
type YAxis struct {
Type string `json:"type"`
Data []string `json:"data"`
Inverse bool `json:"inverse"`
AxisLabel map[string]interface{} `json:"axisLabel"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.