|
@@ -3627,12 +3627,12 @@ type ChartsMix struct {
|
|
|
}
|
|
|
|
|
|
type ChartsStr struct {
|
|
|
- Count string `json:"count"`
|
|
|
- Rate *float32 `json:"rate"`
|
|
|
- Label []string `json:"label"`
|
|
|
- Val []float64 `json:"val"`
|
|
|
- LabelText string `json:"labelText"`
|
|
|
- Tip *string `json:"tip"`
|
|
|
+ Count string `json:"count"`
|
|
|
+ Rate *float32 `json:"rate"`
|
|
|
+ Label []string `json:"label"`
|
|
|
+ Val []string `json:"val"`
|
|
|
+ LabelText string `json:"labelText"`
|
|
|
+ Tip *string `json:"tip"`
|
|
|
}
|
|
|
|
|
|
type ChartsInt struct {
|