|
@@ -2,7 +2,7 @@
|
|
<template>
|
|
<template>
|
|
<view class="charts-box">
|
|
<view class="charts-box">
|
|
<view class="charts-box-title">{{ title }}</view>
|
|
<view class="charts-box-title">{{ title }}</view>
|
|
- <qiun-data-charts type="line" :canvas2d="true" :ontouch="true" :echartsApp="true" :chartData="chartData" :opts="opts" />
|
|
|
|
|
|
+ <qiun-data-charts type="line" :canvas2d="true" :ontouch="true" :chartData="chartData" :opts="opts" />
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|