Commit df80375c authored by chenqikuai's avatar chenqikuai

fix:优化折线图

parent 27115f0c
......@@ -163,6 +163,9 @@ export default Vue.extend({
color: '#7c88ad',
},
},
axisTick: {
show: false,
},
data: times
?.map((i) => {
return i.format
......
......@@ -91,6 +91,9 @@ export default VueTypedMixins(chartsMixin).extend({
color: '#7c88ad',
},
},
axisTick: {
show: false,
},
data: times
?.map((i) => {
return moment.unix(i).format('YYYY.MM.DD')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment