|
@@ -66,7 +66,6 @@ export default {
|
|
|
axisLabel: {
|
|
|
distance: -15, // 标签与刻度线的距离。
|
|
|
formatter: function (value) {
|
|
|
- console.log(value)
|
|
|
return Math.ceil(value);
|
|
|
}
|
|
|
},
|
|
@@ -113,7 +112,6 @@ export default {
|
|
|
axisLabel: {
|
|
|
distance: -15, // 标签与刻度线的距离。
|
|
|
formatter: function (value) {
|
|
|
- console.log(value)
|
|
|
return Math.ceil(value);
|
|
|
}
|
|
|
},
|
|
@@ -160,7 +158,6 @@ export default {
|
|
|
axisLabel: {
|
|
|
distance: -15, // 标签与刻度线的距离。
|
|
|
formatter: function (value) {
|
|
|
- console.log(value)
|
|
|
return Math.ceil(value);
|
|
|
}
|
|
|
},
|
|
@@ -207,7 +204,6 @@ export default {
|
|
|
axisLabel: {
|
|
|
distance: -15, // 标签与刻度线的距离。
|
|
|
formatter: function (value) {
|
|
|
- console.log(value)
|
|
|
return Math.ceil(value);
|
|
|
}
|
|
|
},
|