docs: update readme

This commit is contained in:
vicanso 2022-02-19 10:23:13 +08:00
parent 7ea306b7f4
commit c39306034c
6 changed files with 199 additions and 30 deletions

View file

@ -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"`