|
|
@@ -65,7 +65,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <qiun-title-bar title="2021年工业投资任务目标"/> -->
|
|
|
- <view class="title-second">2021年工业投资任务目标</view>
|
|
|
+ <view class="title-second">{{dateYear}}年工业投资任务目标</view>
|
|
|
<view class="charts-box">
|
|
|
<qiun-data-charts type="bar" background="#4C4C4C" :opts="{extra:{bar:{linearType:'custom',barBorderCircle:true}}}" :chartData="industryData.chartData"/>
|
|
|
</view>
|
|
|
@@ -145,12 +145,12 @@
|
|
|
<!-- <qiun-title-bar title="各新城规上工业企业数量"/> -->
|
|
|
<view class="title-second">各新城{{sortSelect}}</view>
|
|
|
<view class="charts-box">
|
|
|
- <qiun-data-charts type="column" :chartData="ereaData.chartDataBar" background="#4C4C4C"/>
|
|
|
+ <qiun-data-charts type="column" :chartData="ereaData.chartDataBar" background="#4C4C4C"/>
|
|
|
</view>
|
|
|
<!-- <qiun-title-bar title="各新城规上工业企业数量占比"/> -->
|
|
|
<view class="title-second">各新城{{sortSelect}}占比</view>
|
|
|
<view class="charts-box" style="margin-bottom: 20rpx;">
|
|
|
- <qiun-data-charts type="pie" :chartData="ereaData.chartDataPie" background="#4C4C4C"/>
|
|
|
+ <qiun-data-charts type="pie" :chartData="ereaData.chartDataPie" :opts="{legend:{fontSize:10}}" background="#4C4C4C"/>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|