|
@@ -3592,7 +3592,7 @@ type ChartsData struct {
|
|
|
ActiveUser *ChartsUint `json:"active_user"`
|
|
|
NewUser *ChartsInt `json:"new_user"`
|
|
|
LabelDist []LabelsData `json:"label_dist"`
|
|
|
- ConsumeCoin *ChartsInt `json:"consume_coin"`
|
|
|
+ ConsumeCoin *ChartsMix `json:"consume_coin"`
|
|
|
}
|
|
|
|
|
|
type ChartsUint struct {
|
|
@@ -3613,8 +3613,8 @@ type ChartsFloat struct {
|
|
|
Tip *string `json:"tip"`
|
|
|
}
|
|
|
|
|
|
-type ChartsStr struct {
|
|
|
- Count string `json:"count"`
|
|
|
+type ChartsMix struct {
|
|
|
+ Count int64 `json:"count"`
|
|
|
Rate *float32 `json:"rate"`
|
|
|
Label []string `json:"label"`
|
|
|
Val []float64 `json:"val"`
|