docs: update readme
This commit is contained in:
parent
7ea306b7f4
commit
c39306034c
6 changed files with 199 additions and 30 deletions
|
|
@ -128,9 +128,9 @@ type EChartsYAxisData struct {
|
|||
AxisLabel EChartsAxisLabel `json:"axisLabel"`
|
||||
AxisLine struct {
|
||||
LineStyle struct {
|
||||
Color string
|
||||
}
|
||||
}
|
||||
Color string `json:"color"`
|
||||
} `json:"lineStyle"`
|
||||
} `json:"axisLine"`
|
||||
}
|
||||
type EChartsYAxis struct {
|
||||
Data []EChartsYAxisData `json:"data"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue