zx 3 years ago
parent 9e0246e1f3
commit d74711c1d5

@ -106,7 +106,8 @@ export default function negaposiOption(dName = [], data = {}) {
},
xAxis: [{
type: 'value',
show: false
show: false,
max: 100,
}],
yAxis: [{
type: 'category',

@ -95,7 +95,7 @@
</view>
</view>
</view>
<view wx:for="{{area}}">
<view wx:for="{{area}}" wx:key="index">
<view style="margin: 20rpx 0 20rpx 32rpx; ">{{item.name}}</view>
<view class="chart_box" style="margin-top: -100rpx;">
<view style="float:left;width:342rpx;height:486rpx;">

Loading…
Cancel
Save