|
@@ -100,8 +100,8 @@ export default {
|
|
|
focus: "series",
|
|
|
},
|
|
|
data: [
|
|
|
- ((li[0].softY || 0) - 0).toFixed(2),
|
|
|
- ((li[1].hardY || 0) - 0).toFixed(2),
|
|
|
+ ((li[0].softY || 0) - 0).toFixed(2) - 0,
|
|
|
+ ((li[1].hardY || 0) - 0).toFixed(2) - 0,
|
|
|
],
|
|
|
},
|
|
|
{
|
|
@@ -115,8 +115,8 @@ export default {
|
|
|
focus: "series",
|
|
|
},
|
|
|
data: [
|
|
|
- ((li[0].softW || 0) - 0).toFixed(2),
|
|
|
- ((li[1].hardW || 0) - 0).toFixed(2),
|
|
|
+ ((li[0].softW || 0) - 0).toFixed(2) - 0,
|
|
|
+ ((li[1].hardW || 0) - 0).toFixed(2) - 0,
|
|
|
],
|
|
|
},
|
|
|
]);
|