|
|
@ -727,6 +727,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
|
// formatter: function (name) { |
|
|
|
// return `${name}:\n{|1000}}`; |
|
|
|
// }, |
|
|
|
y: "bottom", |
|
|
|
textStyle: { |
|
|
|
color: "#fff", |
|
|
|
}, |
|
|
@ -784,7 +785,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
|
show: false, |
|
|
|
boxHeight: boxHeight, //圆环的高度 |
|
|
|
left: 0, |
|
|
|
top: 24, //3d饼图的位置 |
|
|
|
top: -36, //3d饼图的位置 |
|
|
|
viewControl: { |
|
|
|
//3d效果可以放大、旋转等,请自己去查看官方配置 |
|
|
|
alpha: 30, //角度 |
|
|
@ -2191,7 +2192,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
|
<ReactEcharts |
|
|
|
// onEvents={onEvents} |
|
|
|
option={RightTwo} |
|
|
|
style={{ height: "200px", width: "100%" }} |
|
|
|
style={{ height: "270px", width: "100%" }} |
|
|
|
/> |
|
|
|
)} |
|
|
|
</div> |
|
|
|