摘要: mounted() { const chartDom = document.getElementById('total-users-chart'); const chart = this.$echarts.init(chartDom); chart.setOption({ grid:{ left:0 阅读全文
posted @ 2021-03-28 21:18 13522679763-任国强 阅读(303) 评论(0) 推荐(0)
摘要: mounted(){ const chartDom = document.getElementById('today-users-chart'); const chart = this.$echarts.init(chartDom); chart.setOption({ // 修改颜色 color: 阅读全文
posted @ 2021-03-28 20:40 13522679763-任国强 阅读(48) 评论(0) 推荐(0)
摘要: mounted(){ const chartDom = document.getElementById('total-orders-chart'); const chart = this.$echarts.init(chartDom); console.log(chart) chart.setOpt 阅读全文
posted @ 2021-03-28 20:25 13522679763-任国强 阅读(153) 评论(0) 推荐(0)
摘要: 创建项目 vue create imooc-datav-report-dev 1 Manually select features 2 (*) Router (*) Choose Vue version (*) Babel (*) CSS Pre-processors 3 Sass/SCSS (wi 阅读全文
posted @ 2021-03-28 17:26 13522679763-任国强 阅读(42) 评论(0) 推荐(0)