|
@@ -413,9 +413,9 @@ export default {
|
|
|
$this.att_list.push($data["att"]);
|
|
|
$this.med_list.push($data["med"]);
|
|
|
$this.delta_list.push(Math.round($data["delta"] / 10000));
|
|
|
- $this.alpha_list.push(Math.round($data["alpha"] / 1000000));
|
|
|
+ $this.alpha_list.push(Math.round($data["alpha"] / 10000));
|
|
|
$this.theta_list.push(Math.round($data["theta"] / 10000));
|
|
|
- $this.beta_list.push(Math.round($data["beta"]) / 1000000);
|
|
|
+ $this.beta_list.push(Math.round($data["beta"]) / 10000);
|
|
|
|
|
|
if ($this.att_list.length > 50) {
|
|
|
$this.att_list.shift();
|