Commit 7bc01a48 authored by 华国豪's avatar 华国豪 🙄

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm

parents eaceb565 745496c9
......@@ -30,7 +30,7 @@ export default {
@import './assets/css/tablevoerride.css';
@import './assets/global/font.css';
@import '//at.alicdn.com/t/font_1627123_c80k77dlq7f.css';
@import '//at.alicdn.com/t/font_1627123_j29h6a48r8m.css';
@import url('//at.alicdn.com/t/font_1627123_grz80mbm3sv.css');
/* @import './assets/css/common.css'; */
@import './assets/css/init.css';
......
......@@ -282,7 +282,7 @@ export default {
},
mounted() {
this.GetSexOrderList()
// this.GetSexOrderList()
this.initTimeChart();
},
......@@ -291,14 +291,19 @@ export default {
// let myChart = this.$echarts.init(this.$refs.timeChart);
var myChart = this.$echarts.init(document.getElementById('timeChart'));
console.log("myChart",myChart)
let option={
var option={
xAxis: {
// show : false,
axisTick: {
show: false
},
axisLine: {
show: false
},
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
// show : false,
show : false,
type: 'value'
},
series: [{
......@@ -307,7 +312,11 @@ export default {
showBackground: true,
backgroundStyle: {
color: 'rgba(220, 220, 220, 0.8)'
},
itemStyle: {
color: '#0D2481'
}
}]
};
console.log("option",option)
......
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