Commit df80375c authored by chenqikuai's avatar chenqikuai

fix:优化折线图

parent 27115f0c
...@@ -163,6 +163,9 @@ export default Vue.extend({ ...@@ -163,6 +163,9 @@ export default Vue.extend({
color: '#7c88ad', color: '#7c88ad',
}, },
}, },
axisTick: {
show: false,
},
data: times data: times
?.map((i) => { ?.map((i) => {
return i.format return i.format
......
...@@ -91,6 +91,9 @@ export default VueTypedMixins(chartsMixin).extend({ ...@@ -91,6 +91,9 @@ export default VueTypedMixins(chartsMixin).extend({
color: '#7c88ad', color: '#7c88ad',
}, },
}, },
axisTick: {
show: false,
},
data: times data: times
?.map((i) => { ?.map((i) => {
return moment.unix(i).format('YYYY.MM.DD') 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