This commit is contained in:
Cindy Chang
2024-06-18 09:25:13 +08:00
parent 94dbe1dee6
commit 6c9322d1bc
3 changed files with 4 additions and 9 deletions

View File

@@ -731,7 +731,7 @@ export default {
ticks: {
...scaleObjectToAlter.x.ticks,
callback: function(value, index) {
// console.log('根據不同的級距客製化 x 軸的時間刻度');
// 根據不同的級距客製化 x 軸的時間刻度
return ticksOfXAxis[index];
},
},