Commit ea5dd48a by 姜雷

修改服务消费占比的图例样式

parent 4550c660
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
container: 'SeviceRatio', container: 'SeviceRatio',
forceFit: true, forceFit: true,
height: this.height - 30, height: this.height - 30,
padding: [0, 220, 0, 0], padding: [0, 240, 0, 0],
}); });
this.chart.source(this.data); this.chart.source(this.data);
this.chart.coord('theta', { this.chart.coord('theta', {
...@@ -74,8 +74,8 @@ export default { ...@@ -74,8 +74,8 @@ export default {
`; `;
}, },
'g2-legend': { 'g2-legend': {
width: '215px', width: '235px',
'max-width': '215px', 'max-width': '235px',
'max-height': this.height - 30 + 'px', 'max-height': this.height - 30 + 'px',
// left: '-20px', // left: '-20px',
}, },
......
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