Commit 901a1b10 by 李君

优化

1 parent 14ab2cee
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
bottom: '3%', bottom: '3%',
containLabel: true containLabel: true
}, },
color: ['#3BB8FF', '#FFC62E', '#d83965'], color: ['#3BB8FF', '#FFC62E', '#97c05c','#d83965','#9036aa'],
xAxis: [{ xAxis: [{
type: 'category', type: 'category',
data: [], data: [],
......
...@@ -351,10 +351,10 @@ ...@@ -351,10 +351,10 @@
left: '3%', left: '3%',
right: '4%', right: '4%',
bottom: '3%', bottom: '3%',
top:'40', top:'50',
containLabel: true containLabel: true
}, },
color: ['#3BB8FF', '#FFC62E', '#97c05c'], color: ['#3BB8FF', '#FFC62E', '#97c05c','#d83965','#9036aa'],
xAxis: [{ xAxis: [{
type: 'category', type: 'category',
data: [], data: [],
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
top:'40', top:'40',
containLabel: true containLabel: true
}, },
color: ['#3BB8FF', '#FFC62E', '#97c05c'], color: ['#3BB8FF', '#FFC62E', '#97c05c','#d83965','#9036aa'],
xAxis: [{ xAxis: [{
type: 'category', type: 'category',
data: [], data: [],
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</div> </div>
<div class="aiot_title_item"> <div class="aiot_title_item">
<div class="aiot_title_item_text"> Carts & Baskets</div> <div class="aiot_title_item_text"> Carts & Baskets</div>
<div class="aiot_title_item_num">{{topData.carts}} & {{topData.baskets}}</div> <div class="aiot_title_item_num">{{topData.carts}}</div>
</div> </div>
<!-- <div class="aiot_title_item"> <!-- <div class="aiot_title_item">
<div class="aiot_title_item_text">Crowded Counters</div> <div class="aiot_title_item_text">Crowded Counters</div>
...@@ -287,7 +287,7 @@ export default { ...@@ -287,7 +287,7 @@ export default {
top:'50', top:'50',
containLabel: true containLabel: true
}, },
color: ['#3BB8FF', '#FFC62E', '#97c05c'], color: ['#3BB8FF', '#FFC62E', '#97c05c','#d83965','#9036aa'],
xAxis: [{ xAxis: [{
type: 'category', type: 'category',
data: [], data: [],
...@@ -331,7 +331,7 @@ export default { ...@@ -331,7 +331,7 @@ export default {
top:'40', top:'40',
containLabel: true containLabel: true
}, },
color: ['#3BB8FF', '#FFC62E', '#97c05c'], color: ['#3BB8FF', '#FFC62E', '#97c05c','#d83965','#9036aa'],
xAxis: [{ xAxis: [{
type: 'category', type: 'category',
data: [], data: [],
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
bottom: '3%', bottom: '3%',
containLabel: true containLabel: true
}, },
color: ['#3BB8FF', '#FFC62E', '#97c05c'], color: ['#3BB8FF', '#FFC62E', '#97c05c','#d83965','#9036aa'],
xAxis: [{ xAxis: [{
type: 'category', type: 'category',
data: [], data: [],
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!