push the uni-demo project
This commit is contained in:
1356
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.js
vendored
Normal file
1356
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.json
vendored
Normal file
7
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"qiun-loading": "/components/qiun-loading/qiun-loading",
|
||||
"qiun-error": "/components/qiun-error/qiun-error"
|
||||
},
|
||||
"component": true
|
||||
}
|
||||
1
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.wxml
vendored
Normal file
1
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="chartsview data-v-f10dbef8" id="{{'ChartBoxId'+cid}}"><block wx:if="{{mixinDatacomLoading}}"><view class="data-v-f10dbef8"><qiun-loading vue-id="67ab7102-1" loadingType="{{loadingType}}" class="data-v-f10dbef8" bind:__l="__l"></qiun-loading></view></block><block wx:if="{{mixinDatacomErrorMessage&&errorShow}}"><view data-event-opts="{{[['tap',[['reloading',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><qiun-error vue-id="67ab7102-2" errorMessage="{{errorMessage}}" class="data-v-f10dbef8" bind:__l="__l"></qiun-error></view></block><block wx:if="{{type2d}}"><block class="data-v-f10dbef8"><block wx:if="{{ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><canvas hidden="{{!(showchart)}}" style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" type="2d" disable-scroll="{{disScroll}}" data-event-opts="{{[['touchstart',[['_touchStart',['$event']]]],['touchmove',[['_touchMove',['$event']]]],['touchend',[['_touchEnd',['$event']]]],['error',[['_error',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e" binderror="__e" class="data-v-f10dbef8"></canvas></view></block><block wx:if="{{!ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><canvas hidden="{{!(showchart)}}" style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" type="2d" disable-scroll="{{disScroll}}" data-event-opts="{{[['error',[['_error',['$event']]]]]}}" binderror="__e" class="data-v-f10dbef8"></canvas></view></block></block></block><block wx:if="{{!type2d}}"><block class="data-v-f10dbef8"><block wx:if="{{ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><block wx:if="{{showchart}}"><canvas style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" disable-scroll="{{disScroll}}" data-event-opts="{{[['touchstart',[['_touchStart',['$event']]]],['touchmove',[['_touchMove',['$event']]]],['touchend',[['_touchEnd',['$event']]]],['error',[['_error',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e" binderror="__e" class="data-v-f10dbef8"></canvas></block></view></block><block wx:if="{{!ontouch}}"><view class="data-v-f10dbef8"><block wx:if="{{showchart}}"><canvas style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" disable-scroll="{{disScroll}}" data-event-opts="{{[['tap',[['_tap',['$event']]]],['error',[['_error',['$event']]]]]}}" bindtap="__e" binderror="__e" class="data-v-f10dbef8"></canvas></block></view></block></block></block></view>
|
||||
10
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.wxss
vendored
Normal file
10
uni-demo/unpackage/dist/dev/mp-weixin/components/qiun-data-charts/qiun-data-charts.wxss
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
.chartsview.data-v-f10dbef8 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user