|
|
@@ -49,7 +49,7 @@ pub fn export_html(config: BalanceConfigInfo, acc_name_all: &Vec<String>, x_time
|
|
|
let mut series_all = Vec::new();
|
|
|
for (key, val) in map {
|
|
|
// info!("{:?}=---{:?}",key.to_string(),val.len());
|
|
|
- let series = json!({"name": key.to_string(), "type": "line", "smooth": true, "label": {"show": true,"position": "top"}, "data": val});
|
|
|
+ let series = json!({"name": key.to_string(), "type": "line", "smooth": true, "data": val});
|
|
|
// info!("数据:{:?}",series);
|
|
|
series_all.push(series);
|
|
|
}
|