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