custom/领悦业务线
This commit is contained in:
parent
6b58735db5
commit
90dbe2a496
|
|
@ -94,13 +94,16 @@ class Content extends Component {
|
|||
name: pieName,
|
||||
data: data,
|
||||
type: "pie",
|
||||
radius: "60%",
|
||||
radius: "58%",
|
||||
avoidLabelOverlap: true,
|
||||
animation: false,
|
||||
label: {
|
||||
formatter: "{b}\n{d}%"
|
||||
},
|
||||
labelLine: {
|
||||
show: true,
|
||||
normal: {
|
||||
length: 5,
|
||||
length: 3,
|
||||
align: "center"
|
||||
}
|
||||
},
|
||||
|
|
@ -118,7 +121,7 @@ class Content extends Component {
|
|||
|
||||
render() {
|
||||
const { columns, dataSource, chartsDataA, chartsDataB, loading, showLeft } = this.state;
|
||||
return (<WeaLeftRightLayout leftWidth={310} showLeft={showLeft}
|
||||
return (<WeaLeftRightLayout leftWidth={350} showLeft={showLeft}
|
||||
onCollapse={v => this.setState({ showLeft: v })}
|
||||
leftCom={<div className="salaryFileReport_lingyue">
|
||||
<div className="salaryFileReport_item">
|
||||
|
|
|
|||
|
|
@ -87,13 +87,16 @@ class Content extends Component {
|
|||
name: pieName,
|
||||
data: data,
|
||||
type: "pie",
|
||||
radius: "60%",
|
||||
radius: "58%",
|
||||
avoidLabelOverlap: true,
|
||||
animation: false,
|
||||
label: {
|
||||
formatter: "{b}\n{d}%"
|
||||
},
|
||||
labelLine: {
|
||||
show: true,
|
||||
normal: {
|
||||
length: 5,
|
||||
length: 3,
|
||||
align: "center"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue