fix: #258 YYYY/MM/DD
This commit is contained in:
@@ -391,7 +391,7 @@ export default {
|
||||
display: true,
|
||||
color: '#64748b',
|
||||
callback: function(value, index, ticks) {
|
||||
return moment(xData[index]).format('YYYY/MM');
|
||||
return moment(xData[index]).format('YYYY/MM/DD');
|
||||
},
|
||||
},
|
||||
border: {
|
||||
|
||||
Reference in New Issue
Block a user