Commit 98f88c66 authored by xxx's avatar xxx

修改

parent 2911e1e0
...@@ -773,10 +773,12 @@ export default { ...@@ -773,10 +773,12 @@ export default {
this.chartsLiquid.setOption({ this.chartsLiquid.setOption({
series: [{ series: [{
type: 'liquidFill', type: 'liquidFill',
name: '比率\n' + this.exploitationEfficiencyData.rate1 * 100 + '%',
radius: '70px', radius: '70px',
data: this.exploitationEfficiencyData.rate1, data: this.exploitationEfficiencyData.rate1,
label: { label: {
normal: { normal: {
formatter: '{a}',
color: '#05ADFB', color: '#05ADFB',
insideColor: '#fff', insideColor: '#fff',
textStyle: { textStyle: {
...@@ -826,10 +828,12 @@ export default { ...@@ -826,10 +828,12 @@ export default {
this.chartsLiquid.setOption({ this.chartsLiquid.setOption({
series: [{ series: [{
type: 'liquidFill', type: 'liquidFill',
name: '比率\n' + this.exploitationEfficiencyData.rate2 * 100 + '%',
radius: '70px', radius: '70px',
data: this.exploitationEfficiencyData.rate2, data: this.exploitationEfficiencyData.rate2,
label: { label: {
normal: { normal: {
formatter: '{a}',
color: 'rgb(3, 254, 254)', color: 'rgb(3, 254, 254)',
insideColor: '#fff', insideColor: '#fff',
textStyle: { textStyle: {
...@@ -990,6 +994,7 @@ export default { ...@@ -990,6 +994,7 @@ export default {
line-height: 60px; line-height: 60px;
text-align: center; text-align: center;
color: white; color: white;
font-size: 18px;
} }
.driverInforViewsStyle{ .driverInforViewsStyle{
width: 100%; width: 100%;
......
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