|
|
@@ -36,12 +36,12 @@
|
|
|
<!-- <qiun-title-bar title="2021年规上工业任务目标"/> -->
|
|
|
<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="chartData"/>
|
|
|
+ <qiun-data-charts type="bar" background="#4C4C4C" :opts="{extra:{bar:{linearType:'custom',barBorderCircle:true}}}" :chartData="chartData"/>
|
|
|
</view>
|
|
|
<!-- <qiun-title-bar title="先进制造业产值(亿元)"/> -->
|
|
|
<view class="title-second">先进制造业产值(亿元)</view>
|
|
|
<view class="charts-box">
|
|
|
- <qiun-data-charts type="column" :chartData="chartData1" background="#4C4C4C"/>
|
|
|
+ <qiun-data-charts type="column" :chartData="chartData1" background="#4C4C4C" :ontouch="true" :opts="{enableScroll: true,xAxis:{scrollShow: true,itemCount:5}}"/>
|
|
|
</view>
|
|
|
<!-- <qiun-title-bar title="工业产值"/> -->
|
|
|
<view class="title-second">工业产值</view>
|