@10yun/cv-mobile-ui 0.5.55 → 0.5.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +605 -605
- package/{ui-sdks → other}/qiun-data-charts/package.json +2 -1
- package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +20 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +542 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +246 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +51 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +48 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/main.js +13 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +75 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +448 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +1 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +142 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +228 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +113 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +110 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +58 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +174 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +233 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +115 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +339 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +117 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +212 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +79 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +76 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +455 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +76 -0
- package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate0.vue +2 -1
- package/other/{u-parse-2019 → u-parse}/libs/html2json.js +2 -2
- package/other/{uParse → u-parse}/libs/wxDiscode.js +1 -1
- package/other/u-parse/readme.md +102 -0
- package/other/{u-parse-2019 → u-parse}/u-parse.vue +1 -6
- package/other/u-parse2026/libs/html2json.js +2 -2
- package/other/u-parse2026/libs/wxDiscode.js +1 -1
- package/other/u-parse2026/u-parse.css +1 -0
- package/other/u-parse2026/u-parse.vue +1 -3
- package/other/uParse2/components/wxParseAudio.vue +1 -0
- package/other/{uParse → uParse2}/components/wxParseImg.vue +4 -4
- package/other/{uParse → uParse2}/components/wxParseTable.vue +15 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate0.vue +7 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate1.vue +10 -0
- package/other/{uParse → uParse2}/libs/html2json.js +2 -2
- package/other/{u-parse-2019 → uParse2}/libs/wxDiscode.js +1 -1
- package/other/{uParse/wxParse.css → uParse2/u-parse.css} +4 -4
- package/other/{uParse/wxParse.vue → uParse2/u-parse.vue} +18 -11
- package/other/uParse2/u-parse2.css +264 -0
- package/package.json +1 -1
- package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
- package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
- package/ui-cv/components/cv-icons/cv-icons.vue +18 -62
- package/ui-cv/components/cv-icons/iconfont/font-default-icons.js +127 -131
- package/ui-cv/components/cv-input-password/cv-input-password.vue +1 -1
- package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +1 -1
- package/ui-cv/components/cv-mask-svg/mixins.js +16 -12
- package/ui-cv/components/cv-upload-image/cv-upload-image.vue +4 -4
- package/ui-fireui/components/u-share-model/u-share-model.vue +1 -1
- package/ui-fireui/components/u-uploadsamll/u-uploadsamll.vue +1 -1
- package/uview-plus/components/u-dropdown-list/u-dropdown-list.vue +1 -2
- package/uview-plus/components/u-form/form.js +13 -12
- package/uview-plus/components/u-image/u-image-wu.vue +25 -1
- package/uview-plus/components/u-parse/README.md +192 -0
- package/uview-plus/components/u-parse/changelog.md +163 -0
- package/uview-plus/components/u-parse/node/node.vue +37 -3
- package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
- package/uview-plus/components/u-parse/parser.js +8 -3
- package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
- package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
- package/uview-plus/components/u-parse/u-parse.vue +29 -1
- package/other/lime-painter2/README2.md +0 -576
- package/other/lime-painter2/changelog.md +0 -225
- package/other/lime-painter2/package.json +0 -93
- package/other/lime-painter2/readme.md +0 -758
- package/other/lime-painter2/test.md +0 -45
- package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
- package/other/u-parse-2019/readme.md +0 -99
- package/other/uParse/components/style.css +0 -1
- package/other/uParse/components/wxParseAudio.vue +0 -1
- package/other/xt-parse/changelog.md +0 -41
- package/other/xt-parse/node/node.vue +0 -752
- package/other/xt-parse/package.json +0 -129
- package/other/xt-parse/parser.js +0 -1461
- package/other/xt-parse/props.js +0 -49
- package/other/xt-parse/readme.md +0 -145
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
- package/other/xt-parse/u-parse.vue +0 -510
- package/plugins/luch-request/adapters/index.js +0 -131
- package/plugins/luch-request/core/InterceptorManager.js +0 -50
- package/plugins/luch-request/core/Request.js +0 -199
- package/plugins/luch-request/core/buildFullPath.js +0 -20
- package/plugins/luch-request/core/defaults.js +0 -32
- package/plugins/luch-request/core/dispatchRequest.js +0 -5
- package/plugins/luch-request/core/mergeConfig.js +0 -125
- package/plugins/luch-request/core/settle.js +0 -16
- package/plugins/luch-request/helpers/buildURL.js +0 -71
- package/plugins/luch-request/helpers/combineURLs.js +0 -12
- package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
- package/plugins/luch-request/index.d.ts +0 -197
- package/plugins/luch-request/index.js +0 -2
- package/plugins/luch-request/readme.md +0 -3
- package/plugins/luch-request/utils/clone.js +0 -260
- package/plugins/luch-request/utils.js +0 -131
- package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
- package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
- package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
- package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
- package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
- package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
- package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
- package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
- package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
- package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
- package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
- package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
- package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
- package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
- package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
- package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
- package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
- package/ui-sdks/sdk-app-update/img/logo.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
- package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
- package/ui-sdks/sdk-app-update/xxxx +0 -62
- package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
- package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
- package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
- package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
- package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
- package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
- package/ui-sdks/sdk-webview-main/main.js +0 -0
- package/ui-sdks/sdk-webview-main/mixin.js +0 -0
- package/uni-ui/lib/uni-badge/changelog.md +0 -33
- package/uni-ui/lib/uni-badge/package.json +0 -107
- package/uni-ui/lib/uni-badge/readme.md +0 -8
- package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
- package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
- package/uni-ui/lib/uni-calendar/changelog.md +0 -30
- package/uni-ui/lib/uni-calendar/package.json +0 -105
- package/uni-ui/lib/uni-calendar/readme.md +0 -103
- package/uni-ui/lib/uni-card/changelog.md +0 -26
- package/uni-ui/lib/uni-card/package.json +0 -107
- package/uni-ui/lib/uni-card/readme.md +0 -10
- package/uni-ui/lib/uni-collapse/changelog.md +0 -48
- package/uni-ui/lib/uni-collapse/package.json +0 -106
- package/uni-ui/lib/uni-collapse/readme.md +0 -11
- package/uni-ui/lib/uni-combox/changelog.md +0 -17
- package/uni-ui/lib/uni-combox/package.json +0 -107
- package/uni-ui/lib/uni-combox/readme.md +0 -10
- package/uni-ui/lib/uni-countdown/changelog.md +0 -30
- package/uni-ui/lib/uni-countdown/package.json +0 -105
- package/uni-ui/lib/uni-countdown/readme.md +0 -9
- package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
- package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
- package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
- package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
- package/uni-ui/lib/uni-data-picker/package.json +0 -109
- package/uni-ui/lib/uni-data-picker/readme.md +0 -21
- package/uni-ui/lib/uni-data-select/changelog.md +0 -51
- package/uni-ui/lib/uni-data-select/package.json +0 -106
- package/uni-ui/lib/uni-data-select/readme.md +0 -7
- package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
- package/uni-ui/lib/uni-dateformat/package.json +0 -107
- package/uni-ui/lib/uni-dateformat/readme.md +0 -10
- package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
- package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
- package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
- package/uni-ui/lib/uni-drawer/changelog.md +0 -13
- package/uni-ui/lib/uni-drawer/package.json +0 -106
- package/uni-ui/lib/uni-drawer/readme.md +0 -9
- package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
- package/uni-ui/lib/uni-easyinput/package.json +0 -107
- package/uni-ui/lib/uni-easyinput/readme.md +0 -10
- package/uni-ui/lib/uni-fab/changelog.md +0 -25
- package/uni-ui/lib/uni-fab/package.json +0 -107
- package/uni-ui/lib/uni-fab/readme.md +0 -8
- package/uni-ui/lib/uni-fav/changelog.md +0 -19
- package/uni-ui/lib/uni-fav/package.json +0 -106
- package/uni-ui/lib/uni-fav/readme.md +0 -9
- package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
- package/uni-ui/lib/uni-file-picker/package.json +0 -105
- package/uni-ui/lib/uni-file-picker/readme.md +0 -10
- package/uni-ui/lib/uni-forms/changelog.md +0 -100
- package/uni-ui/lib/uni-forms/package.json +0 -107
- package/uni-ui/lib/uni-forms/readme.md +0 -22
- package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
- package/uni-ui/lib/uni-goods-nav/package.json +0 -105
- package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
- package/uni-ui/lib/uni-grid/changelog.md +0 -13
- package/uni-ui/lib/uni-grid/package.json +0 -106
- package/uni-ui/lib/uni-grid/readme.md +0 -10
- package/uni-ui/lib/uni-group/changelog.md +0 -16
- package/uni-ui/lib/uni-group/package.json +0 -106
- package/uni-ui/lib/uni-group/readme.md +0 -8
- package/uni-ui/lib/uni-icons/changelog.md +0 -44
- package/uni-ui/lib/uni-icons/package.json +0 -111
- package/uni-ui/lib/uni-icons/readme.md +0 -7
- package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
- package/uni-ui/lib/uni-indexed-list/package.json +0 -107
- package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
- package/uni-ui/lib/uni-link/changelog.md +0 -17
- package/uni-ui/lib/uni-link/package.json +0 -106
- package/uni-ui/lib/uni-link/readme.md +0 -10
- package/uni-ui/lib/uni-list/changelog.md +0 -52
- package/uni-ui/lib/uni-list/package.json +0 -108
- package/uni-ui/lib/uni-list/readme.md +0 -44
- package/uni-ui/lib/uni-load-more/changelog.md +0 -27
- package/uni-ui/lib/uni-load-more/package.json +0 -105
- package/uni-ui/lib/uni-load-more/readme.md +0 -12
- package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
- package/uni-ui/lib/uni-nav-bar/package.json +0 -106
- package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
- package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
- package/uni-ui/lib/uni-notice-bar/package.json +0 -107
- package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
- package/uni-ui/lib/uni-number-box/changelog.md +0 -39
- package/uni-ui/lib/uni-number-box/package.json +0 -104
- package/uni-ui/lib/uni-number-box/readme.md +0 -11
- package/uni-ui/lib/uni-pagination/changelog.md +0 -27
- package/uni-ui/lib/uni-pagination/package.json +0 -106
- package/uni-ui/lib/uni-pagination/readme.md +0 -10
- package/uni-ui/lib/uni-popup/changelog.md +0 -102
- package/uni-ui/lib/uni-popup/package.json +0 -107
- package/uni-ui/lib/uni-popup/readme.md +0 -15
- package/uni-ui/lib/uni-rate/changelog.md +0 -27
- package/uni-ui/lib/uni-rate/package.json +0 -106
- package/uni-ui/lib/uni-rate/readme.md +0 -11
- package/uni-ui/lib/uni-row/changelog.md +0 -10
- package/uni-ui/lib/uni-row/package.json +0 -106
- package/uni-ui/lib/uni-row/readme.md +0 -9
- package/uni-ui/lib/uni-scss/changelog.md +0 -8
- package/uni-ui/lib/uni-scss/package.json +0 -99
- package/uni-ui/lib/uni-scss/readme.md +0 -3
- package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
- package/uni-ui/lib/uni-search-bar/package.json +0 -106
- package/uni-ui/lib/uni-search-bar/readme.md +0 -12
- package/uni-ui/lib/uni-section/changelog.md +0 -2
- package/uni-ui/lib/uni-section/package.json +0 -104
- package/uni-ui/lib/uni-section/readme.md +0 -7
- package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
- package/uni-ui/lib/uni-segmented-control/package.json +0 -106
- package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
- package/uni-ui/lib/uni-steps/changelog.md +0 -18
- package/uni-ui/lib/uni-steps/package.json +0 -106
- package/uni-ui/lib/uni-steps/readme.md +0 -11
- package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
- package/uni-ui/lib/uni-swipe-action/package.json +0 -113
- package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
- package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
- package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
- package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
- package/uni-ui/lib/uni-table/changelog.md +0 -35
- package/uni-ui/lib/uni-table/package.json +0 -106
- package/uni-ui/lib/uni-table/readme.md +0 -11
- package/uni-ui/lib/uni-tag/changelog.md +0 -25
- package/uni-ui/lib/uni-tag/package.json +0 -106
- package/uni-ui/lib/uni-tag/readme.md +0 -11
- package/uni-ui/lib/uni-title/changelog.md +0 -10
- package/uni-ui/lib/uni-title/package.json +0 -107
- package/uni-ui/lib/uni-title/readme.md +0 -12
- package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
- package/uni-ui/lib/uni-tooltip/package.json +0 -104
- package/uni-ui/lib/uni-tooltip/readme.md +0 -7
- package/uni-ui/lib/uni-transition/changelog.md +0 -31
- package/uni-ui/lib/uni-transition/package.json +0 -112
- package/uni-ui/lib/uni-transition/readme.md +0 -10
- package/uni-ui/lib/uni-ui/changelog.md +0 -639
- package/uni-ui/lib/uni-ui/package.json +0 -148
- package/uni-ui/lib/uni-ui/readme.md +0 -247
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
- /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
- /package/other/{uParse → uParse2}/editor.css +0 -0
- /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
{
|
|
2
|
+
"localdata": [
|
|
3
|
+
{"value":35, "text":"2016", "group":"目标值"},
|
|
4
|
+
{"value":18, "text":"2016", "group":"完成量"},
|
|
5
|
+
{"value":36, "text":"2017", "group":"目标值"},
|
|
6
|
+
{"value":27, "text":"2017", "group":"完成量"},
|
|
7
|
+
{"value":31, "text":"2018", "group":"目标值"},
|
|
8
|
+
{"value":21, "text":"2018", "group":"完成量"},
|
|
9
|
+
{"value":33, "text":"2019", "group":"目标值"},
|
|
10
|
+
{"value":24, "text":"2019", "group":"完成量"},
|
|
11
|
+
{"value":13, "text":"2020", "group":"目标值"},
|
|
12
|
+
{"value":6, "text":"2020", "group":"完成量"},
|
|
13
|
+
{"value":34, "text":"2021", "group":"目标值"},
|
|
14
|
+
{"value":28, "text":"2021", "group":"完成量"}
|
|
15
|
+
],
|
|
16
|
+
"localdataB": [
|
|
17
|
+
{"value":50, "text":"一班"},
|
|
18
|
+
{"value":30, "text":"二班"},
|
|
19
|
+
{"value":20, "text":"三班"},
|
|
20
|
+
{"value":18, "text":"四班"},
|
|
21
|
+
{"value":8, "text":"五班"}
|
|
22
|
+
],
|
|
23
|
+
"TLine": {
|
|
24
|
+
"series": [{
|
|
25
|
+
"name": "时间轴1",
|
|
26
|
+
"data": [[10000,55],[30000,25],[50000,55],[70000,25],[90000,55]]
|
|
27
|
+
}, {
|
|
28
|
+
"name": "时间轴2",
|
|
29
|
+
"data": [[0,25],[20000,55],[40000,25],[60000,55],[80000,25]]
|
|
30
|
+
}, {
|
|
31
|
+
"name": "时间轴3",
|
|
32
|
+
"data": [[0,55],[15000,25],[30000,55],[45000,25],[60000,55]]
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
35
|
+
"Scatter": {
|
|
36
|
+
"series": [{
|
|
37
|
+
"name": "散点一",
|
|
38
|
+
"data": [[10.0, 8.04],
|
|
39
|
+
[8.07, 6.95],
|
|
40
|
+
[13.0, 7.58],
|
|
41
|
+
[9.05, 8.81],
|
|
42
|
+
[11.0, 8.33],
|
|
43
|
+
[14.0, 7.66],
|
|
44
|
+
[13.4, 6.81],
|
|
45
|
+
[10.0, 6.33],
|
|
46
|
+
[14.0, 8.96],
|
|
47
|
+
[12.5, 6.82]]
|
|
48
|
+
}, {
|
|
49
|
+
"name": "散点二",
|
|
50
|
+
"data": [[9.15, 7.20],
|
|
51
|
+
[11.5, 7.20],
|
|
52
|
+
[3.03, 4.23],
|
|
53
|
+
[12.2, 7.83],
|
|
54
|
+
[2.02, 4.47],
|
|
55
|
+
[1.05, 3.33],
|
|
56
|
+
[4.05, 4.96],
|
|
57
|
+
[6.03, 7.24],
|
|
58
|
+
[12.0, 6.26],
|
|
59
|
+
[12.0, 8.84],
|
|
60
|
+
[7.08, 5.82],
|
|
61
|
+
[5.02, 5.68]]
|
|
62
|
+
}]
|
|
63
|
+
},
|
|
64
|
+
"Bubble": {
|
|
65
|
+
"series": [{
|
|
66
|
+
"name": "气泡一",
|
|
67
|
+
"data": [[95,95,23,"标题1"],[30,55,33,"标题2"]]
|
|
68
|
+
}, {
|
|
69
|
+
"name": "气泡二",
|
|
70
|
+
"data": [[130,30,30,"标题3"],[200,90,40,"标题4"]]
|
|
71
|
+
}]
|
|
72
|
+
},
|
|
73
|
+
"Column": {
|
|
74
|
+
"categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
|
|
75
|
+
"series": [{
|
|
76
|
+
"name": "目标值",
|
|
77
|
+
"data": [35, 36, 31, 33, 13, 34]
|
|
78
|
+
}, {
|
|
79
|
+
"name": "完成量",
|
|
80
|
+
"data": [18, 27, 21, 24, 6, 28]
|
|
81
|
+
}]
|
|
82
|
+
},
|
|
83
|
+
"ColumnA": {
|
|
84
|
+
"categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
|
|
85
|
+
"series": [{
|
|
86
|
+
"name": "成交量1",
|
|
87
|
+
"data": [15, {"value": 20,"color": "#f04864"}, 45, 37, 43, 34]
|
|
88
|
+
}, {
|
|
89
|
+
"name": "成交量2",
|
|
90
|
+
"data": [30, {"value": 40,"color": "#facc14"}, 25, 14, 34, 18]
|
|
91
|
+
}]
|
|
92
|
+
},
|
|
93
|
+
"Mix": {
|
|
94
|
+
"categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
|
|
95
|
+
"series": [{
|
|
96
|
+
"name": "曲面",
|
|
97
|
+
"data": [70, 50, 85, 130, 64, 88],
|
|
98
|
+
"type": "area",
|
|
99
|
+
"style": "curve"
|
|
100
|
+
}, {
|
|
101
|
+
"name": "柱1",
|
|
102
|
+
"index":1,
|
|
103
|
+
"data": [40, {"value": 30,"color": "#f04864"}, 55, 110, 24, 58],
|
|
104
|
+
"type": "column"
|
|
105
|
+
}, {
|
|
106
|
+
"name": "柱2",
|
|
107
|
+
"index":1,
|
|
108
|
+
"data": [50, 20, 75, 60, 34, 38],
|
|
109
|
+
"type": "column"
|
|
110
|
+
}, {
|
|
111
|
+
"name": "曲线",
|
|
112
|
+
"data": [70, 50, 85, 130, 64, 88],
|
|
113
|
+
"type": "line",
|
|
114
|
+
"style": "curve",
|
|
115
|
+
"color": "#1890ff",
|
|
116
|
+
"disableLegend": true
|
|
117
|
+
}, {
|
|
118
|
+
"name": "折线",
|
|
119
|
+
"data": [120, 140, 105, 170, 95, 160],
|
|
120
|
+
"type": "line",
|
|
121
|
+
"color": "#2fc25b"
|
|
122
|
+
}, {
|
|
123
|
+
"name": "点",
|
|
124
|
+
"index":2,
|
|
125
|
+
"data": [100, 80, 125, 150, 112, 132],
|
|
126
|
+
"type": "point",
|
|
127
|
+
"color": "#f04864"
|
|
128
|
+
}]
|
|
129
|
+
},
|
|
130
|
+
"Line": {
|
|
131
|
+
"categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
|
|
132
|
+
"series": [{
|
|
133
|
+
"name": "成交量A",
|
|
134
|
+
"data": [35, 8, 25, 37, 4, 20]
|
|
135
|
+
}, {
|
|
136
|
+
"name": "成交量B",
|
|
137
|
+
"data": [70, 40, 65, 100, 44, 68]
|
|
138
|
+
}, {
|
|
139
|
+
"name": "成交量C",
|
|
140
|
+
"data": [100, 80, 95, 150, 112, 132]
|
|
141
|
+
}]
|
|
142
|
+
},
|
|
143
|
+
"Pie": {
|
|
144
|
+
"series": [{
|
|
145
|
+
"name": "一班",
|
|
146
|
+
"data": 50
|
|
147
|
+
}, {
|
|
148
|
+
"name": "二班",
|
|
149
|
+
"data": 30
|
|
150
|
+
}, {
|
|
151
|
+
"name": "三班",
|
|
152
|
+
"data": 20
|
|
153
|
+
}, {
|
|
154
|
+
"name": "四班",
|
|
155
|
+
"data": 18
|
|
156
|
+
}, {
|
|
157
|
+
"name": "五班",
|
|
158
|
+
"data": 8
|
|
159
|
+
}]
|
|
160
|
+
},
|
|
161
|
+
"PieA": {
|
|
162
|
+
"series": [{
|
|
163
|
+
"data": [
|
|
164
|
+
{
|
|
165
|
+
"name": "一班",
|
|
166
|
+
"value": 50
|
|
167
|
+
}, {
|
|
168
|
+
"name": "二班",
|
|
169
|
+
"value": 30
|
|
170
|
+
}, {
|
|
171
|
+
"name": "三班",
|
|
172
|
+
"value": 20
|
|
173
|
+
}, {
|
|
174
|
+
"name": "四班",
|
|
175
|
+
"value": 18
|
|
176
|
+
}, {
|
|
177
|
+
"name": "五班",
|
|
178
|
+
"value": 8
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
}]
|
|
182
|
+
},
|
|
183
|
+
"Mount": {
|
|
184
|
+
"series": [{
|
|
185
|
+
"data": [
|
|
186
|
+
{
|
|
187
|
+
"name": "一班",
|
|
188
|
+
"value": 82
|
|
189
|
+
}, {
|
|
190
|
+
"name": "二班",
|
|
191
|
+
"value": 63
|
|
192
|
+
}, {
|
|
193
|
+
"name": "三班",
|
|
194
|
+
"value": 86
|
|
195
|
+
}, {
|
|
196
|
+
"name": "四班",
|
|
197
|
+
"value": 65
|
|
198
|
+
}, {
|
|
199
|
+
"name": "五班",
|
|
200
|
+
"value": 79
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}]
|
|
204
|
+
},
|
|
205
|
+
"Radar": {
|
|
206
|
+
"categories": ["维度1", "维度2", "维度3", "维度4", "维度5", "维度6"],
|
|
207
|
+
"series": [{
|
|
208
|
+
"name": "成交量1",
|
|
209
|
+
"data": [90, 110, 165, 195, 187, 172]
|
|
210
|
+
}, {
|
|
211
|
+
"name": "成交量2",
|
|
212
|
+
"data": [190, 210, 105, 35, 27, 102]
|
|
213
|
+
}]
|
|
214
|
+
},
|
|
215
|
+
"Arcbar1": {
|
|
216
|
+
"series": [{
|
|
217
|
+
"name": "正确率",
|
|
218
|
+
"data": 0.8,
|
|
219
|
+
"color": "#2fc25b"
|
|
220
|
+
}]
|
|
221
|
+
},
|
|
222
|
+
"Arcbar2": {
|
|
223
|
+
"series": [{
|
|
224
|
+
"name": "一班",
|
|
225
|
+
"data": 0.8
|
|
226
|
+
}, {
|
|
227
|
+
"name": "二班",
|
|
228
|
+
"data": 0.6
|
|
229
|
+
}, {
|
|
230
|
+
"name": "三班",
|
|
231
|
+
"data": 0.45
|
|
232
|
+
}, {
|
|
233
|
+
"name": "四班",
|
|
234
|
+
"data": 0.3
|
|
235
|
+
}, {
|
|
236
|
+
"name": "五班",
|
|
237
|
+
"data": 0.15
|
|
238
|
+
}]
|
|
239
|
+
},
|
|
240
|
+
"Gauge": {
|
|
241
|
+
"categories": [{
|
|
242
|
+
"value": 0.2,
|
|
243
|
+
"color": "#1890ff"
|
|
244
|
+
}, {
|
|
245
|
+
"value": 0.8,
|
|
246
|
+
"color": "#2fc25b"
|
|
247
|
+
}, {
|
|
248
|
+
"value": 1,
|
|
249
|
+
"color": "#f04864"
|
|
250
|
+
}],
|
|
251
|
+
"series": [{
|
|
252
|
+
"name": "完成率",
|
|
253
|
+
"data": 0.66
|
|
254
|
+
}]
|
|
255
|
+
},
|
|
256
|
+
"Candle": {
|
|
257
|
+
"categories": [
|
|
258
|
+
"2020/1/24", "2020/1/25", "2020/1/28", "2020/1/29", "2020/1/30",
|
|
259
|
+
"2020/1/31", "2020/2/1", "2020/2/4", "2020/2/5", "2020/2/6",
|
|
260
|
+
"2020/2/7", "2020/2/8", "2020/2/18", "2020/2/19", "2020/2/20",
|
|
261
|
+
"2020/2/21", "2020/2/22", "2020/2/25", "2020/2/26", "2020/2/27",
|
|
262
|
+
"2020/2/28", "2020/3/1", "2020/3/4", "2020/3/5", "2020/3/6",
|
|
263
|
+
"2020/3/7", "2020/3/8", "2020/3/11", "2020/3/12", "2020/3/13",
|
|
264
|
+
"2020/3/14", "2020/3/15", "2020/3/18", "2020/3/19", "2020/3/20",
|
|
265
|
+
"2020/3/21", "2020/3/22", "2020/3/25", "2020/3/26", "2020/3/27",
|
|
266
|
+
"2020/3/28", "2020/3/29", "2020/4/1", "2020/4/2", "2020/4/3",
|
|
267
|
+
"2020/4/8", "2020/4/9", "2020/4/10", "2020/4/11", "2020/4/12",
|
|
268
|
+
"2020/4/15", "2020/4/16", "2020/4/17", "2020/4/18", "2020/4/19",
|
|
269
|
+
"2020/4/22", "2020/4/23", "2020/4/24", "2020/4/25", "2020/4/26",
|
|
270
|
+
"2020/5/2", "2020/5/3", "2020/5/6", "2020/5/7", "2020/5/8",
|
|
271
|
+
"2020/5/9", "2020/5/10", "2020/5/13", "2020/5/14", "2020/5/15",
|
|
272
|
+
"2020/5/16", "2020/5/17", "2020/5/20", "2020/5/21", "2020/5/22",
|
|
273
|
+
"2020/5/23", "2020/5/24", "2020/5/27", "2020/5/28", "2020/5/29",
|
|
274
|
+
"2020/5/30", "2020/5/31", "2020/6/3", "2020/6/4", "2020/6/5",
|
|
275
|
+
"2020/6/6", "2020/6/7", "2020/6/13"
|
|
276
|
+
],
|
|
277
|
+
"series": [{
|
|
278
|
+
"name": "上证指数",
|
|
279
|
+
"data": [
|
|
280
|
+
[2320.26, 2302.6, 2287.3, 2362.94],
|
|
281
|
+
[2300, 2291.3, 2288.26, 2308.38],
|
|
282
|
+
[2295.35, 2346.5, 2295.35, 2346.92],
|
|
283
|
+
[2347.22, 2358.98, 2337.35, 2363.8],
|
|
284
|
+
[2360.75, 2382.48, 2347.89, 2383.76],
|
|
285
|
+
[2383.43, 2385.42, 2371.23, 2391.82],
|
|
286
|
+
[2377.41, 2419.02, 2369.57, 2421.15],
|
|
287
|
+
[2425.92, 2428.15, 2417.58, 2440.38],
|
|
288
|
+
[2411, 2433.13, 2403.3, 2437.42],
|
|
289
|
+
[2432.68, 2434.48, 2427.7, 2441.73],
|
|
290
|
+
[2430.69, 2418.53, 2394.22, 2433.89],
|
|
291
|
+
[2416.62, 2432.4, 2414.4, 2443.03],
|
|
292
|
+
[2441.91, 2421.56, 2415.43, 2444.8],
|
|
293
|
+
[2420.26, 2382.91, 2373.53, 2427.07],
|
|
294
|
+
[2383.49, 2397.18, 2370.61, 2397.94],
|
|
295
|
+
[2378.82, 2325.95, 2309.17, 2378.82],
|
|
296
|
+
[2322.94, 2314.16, 2308.76, 2330.88],
|
|
297
|
+
[2320.62, 2325.82, 2315.01, 2338.78],
|
|
298
|
+
[2313.74, 2293.34, 2289.89, 2340.71],
|
|
299
|
+
[2297.77, 2313.22, 2292.03, 2324.63],
|
|
300
|
+
[2322.32, 2365.59, 2308.92, 2366.16],
|
|
301
|
+
[2364.54, 2359.51, 2330.86, 2369.65],
|
|
302
|
+
[2332.08, 2273.4, 2259.25, 2333.54],
|
|
303
|
+
[2274.81, 2326.31, 2270.1, 2328.14],
|
|
304
|
+
[2333.61, 2347.18, 2321.6, 2351.44],
|
|
305
|
+
[2340.44, 2324.29, 2304.27, 2352.02],
|
|
306
|
+
[2326.42, 2318.61, 2314.59, 2333.67],
|
|
307
|
+
[2314.68, 2310.59, 2296.58, 2320.96],
|
|
308
|
+
[2309.16, 2286.6, 2264.83, 2333.29],
|
|
309
|
+
[2282.17, 2263.97, 2253.25, 2286.33],
|
|
310
|
+
[2255.77, 2270.28, 2253.31, 2276.22],
|
|
311
|
+
[2269.31, 2278.4, 2250, 2312.08],
|
|
312
|
+
[2267.29, 2240.02, 2239.21, 2276.05],
|
|
313
|
+
[2244.26, 2257.43, 2232.02, 2261.31],
|
|
314
|
+
[2257.74, 2317.37, 2257.42, 2317.86],
|
|
315
|
+
[2318.21, 2324.24, 2311.6, 2330.81],
|
|
316
|
+
[2321.4, 2328.28, 2314.97, 2332],
|
|
317
|
+
[2334.74, 2326.72, 2319.91, 2344.89],
|
|
318
|
+
[2318.58, 2297.67, 2281.12, 2319.99],
|
|
319
|
+
[2299.38, 2301.26, 2289, 2323.48],
|
|
320
|
+
[2273.55, 2236.3, 2232.91, 2273.55],
|
|
321
|
+
[2238.49, 2236.62, 2228.81, 2246.87],
|
|
322
|
+
[2229.46, 2234.4, 2227.31, 2243.95],
|
|
323
|
+
[2234.9, 2227.74, 2220.44, 2253.42],
|
|
324
|
+
[2232.69, 2225.29, 2217.25, 2241.34],
|
|
325
|
+
[2196.24, 2211.59, 2180.67, 2212.59],
|
|
326
|
+
[2215.47, 2225.77, 2215.47, 2234.73],
|
|
327
|
+
[2224.93, 2226.13, 2212.56, 2233.04],
|
|
328
|
+
[2236.98, 2219.55, 2217.26, 2242.48],
|
|
329
|
+
[2218.09, 2206.78, 2204.44, 2226.26],
|
|
330
|
+
[2199.91, 2181.94, 2177.39, 2204.99],
|
|
331
|
+
[2169.63, 2194.85, 2165.78, 2196.43],
|
|
332
|
+
[2195.03, 2193.8, 2178.47, 2197.51],
|
|
333
|
+
[2181.82, 2197.6, 2175.44, 2206.03],
|
|
334
|
+
[2201.12, 2244.64, 2200.58, 2250.11],
|
|
335
|
+
[2236.4, 2242.17, 2232.26, 2245.12],
|
|
336
|
+
[2242.62, 2184.54, 2182.81, 2242.62],
|
|
337
|
+
[2187.35, 2218.32, 2184.11, 2226.12],
|
|
338
|
+
[2213.19, 2199.31, 2191.85, 2224.63],
|
|
339
|
+
[2203.89, 2177.91, 2173.86, 2210.58],
|
|
340
|
+
[2170.78, 2174.12, 2161.14, 2179.65],
|
|
341
|
+
[2179.05, 2205.5, 2179.05, 2222.81],
|
|
342
|
+
[2212.5, 2231.17, 2212.5, 2236.07],
|
|
343
|
+
[2227.86, 2235.57, 2219.44, 2240.26],
|
|
344
|
+
[2242.39, 2246.3, 2235.42, 2255.21],
|
|
345
|
+
[2246.96, 2232.97, 2221.38, 2247.86],
|
|
346
|
+
[2228.82, 2246.83, 2225.81, 2247.67],
|
|
347
|
+
[2247.68, 2241.92, 2231.36, 2250.85],
|
|
348
|
+
[2238.9, 2217.01, 2205.87, 2239.93],
|
|
349
|
+
[2217.09, 2224.8, 2213.58, 2225.19],
|
|
350
|
+
[2221.34, 2251.81, 2210.77, 2252.87],
|
|
351
|
+
[2249.81, 2282.87, 2248.41, 2288.09],
|
|
352
|
+
[2286.33, 2299.99, 2281.9, 2309.39],
|
|
353
|
+
[2297.11, 2305.11, 2290.12, 2305.3],
|
|
354
|
+
[2303.75, 2302.4, 2292.43, 2314.18],
|
|
355
|
+
[2293.81, 2275.67, 2274.1, 2304.95],
|
|
356
|
+
[2281.45, 2288.53, 2270.25, 2292.59],
|
|
357
|
+
[2286.66, 2293.08, 2283.94, 2301.7],
|
|
358
|
+
[2293.4, 2321.32, 2281.47, 2322.1],
|
|
359
|
+
[2323.54, 2324.02, 2321.17, 2334.33],
|
|
360
|
+
[2316.25, 2317.75, 2310.49, 2325.72],
|
|
361
|
+
[2320.74, 2300.59, 2299.37, 2325.53],
|
|
362
|
+
[2300.21, 2299.25, 2294.11, 2313.43],
|
|
363
|
+
[2297.1, 2272.42, 2264.76, 2297.1],
|
|
364
|
+
[2270.71, 2270.93, 2260.87, 2276.86],
|
|
365
|
+
[2264.43, 2242.11, 2240.07, 2266.69],
|
|
366
|
+
[2242.26, 2210.9, 2205.07, 2250.63],
|
|
367
|
+
[2190.1, 2148.35, 2126.22, 2190.1]
|
|
368
|
+
]
|
|
369
|
+
}]
|
|
370
|
+
},
|
|
371
|
+
"CandleColumn": {
|
|
372
|
+
"categories": [
|
|
373
|
+
"2020/1/24", "2020/1/25", "2020/1/28", "2020/1/29", "2020/1/30",
|
|
374
|
+
"2020/1/31", "2020/2/1", "2020/2/4", "2020/2/5", "2020/2/6",
|
|
375
|
+
"2020/2/7", "2020/2/8", "2020/2/18", "2020/2/19", "2020/2/20",
|
|
376
|
+
"2020/2/21", "2020/2/22", "2020/2/25", "2020/2/26", "2020/2/27",
|
|
377
|
+
"2020/2/28", "2020/3/1", "2020/3/4", "2020/3/5", "2020/3/6",
|
|
378
|
+
"2020/3/7", "2020/3/8", "2020/3/11", "2020/3/12", "2020/3/13",
|
|
379
|
+
"2020/3/14", "2020/3/15", "2020/3/18", "2020/3/19", "2020/3/20",
|
|
380
|
+
"2020/3/21", "2020/3/22", "2020/3/25", "2020/3/26", "2020/3/27",
|
|
381
|
+
"2020/3/28", "2020/3/29", "2020/4/1", "2020/4/2", "2020/4/3",
|
|
382
|
+
"2020/4/8", "2020/4/9", "2020/4/10", "2020/4/11", "2020/4/12",
|
|
383
|
+
"2020/4/15", "2020/4/16", "2020/4/17", "2020/4/18", "2020/4/19",
|
|
384
|
+
"2020/4/22", "2020/4/23", "2020/4/24", "2020/4/25", "2020/4/26",
|
|
385
|
+
"2020/5/2", "2020/5/3", "2020/5/6", "2020/5/7", "2020/5/8",
|
|
386
|
+
"2020/5/9", "2020/5/10", "2020/5/13", "2020/5/14", "2020/5/15",
|
|
387
|
+
"2020/5/16", "2020/5/17", "2020/5/20", "2020/5/21", "2020/5/22",
|
|
388
|
+
"2020/5/23", "2020/5/24", "2020/5/27", "2020/5/28", "2020/5/29",
|
|
389
|
+
"2020/5/30", "2020/5/31", "2020/6/3", "2020/6/4", "2020/6/5",
|
|
390
|
+
"2020/6/6", "2020/6/7", "2020/6/13"
|
|
391
|
+
],
|
|
392
|
+
"series": [{
|
|
393
|
+
"name": "成交量1",
|
|
394
|
+
"data": [15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45, 37, 43, 15, 20, 45]
|
|
395
|
+
}]
|
|
396
|
+
},
|
|
397
|
+
"Word":{
|
|
398
|
+
"series": [{
|
|
399
|
+
"name": "跨全端图表",
|
|
400
|
+
"textSize": 25
|
|
401
|
+
}, {
|
|
402
|
+
"name": "微信小程序",
|
|
403
|
+
"textSize": 20
|
|
404
|
+
},{
|
|
405
|
+
"name": "支付宝小程序",
|
|
406
|
+
"textSize":20
|
|
407
|
+
},{
|
|
408
|
+
"name": "百度小程序",
|
|
409
|
+
"textSize":20
|
|
410
|
+
}, {
|
|
411
|
+
"name": "QQ小程序",
|
|
412
|
+
"textSize": 20
|
|
413
|
+
}, {
|
|
414
|
+
"name": "头条小程序",
|
|
415
|
+
"textSize": 20
|
|
416
|
+
},{
|
|
417
|
+
"name": "抖音小程序",
|
|
418
|
+
"textSize":20
|
|
419
|
+
}, {
|
|
420
|
+
"name": "360小程序",
|
|
421
|
+
"textSize": 20
|
|
422
|
+
}, {
|
|
423
|
+
"name": "跨全端",
|
|
424
|
+
"textSize": 10
|
|
425
|
+
},{
|
|
426
|
+
"name": "跨全端",
|
|
427
|
+
"textSize":12
|
|
428
|
+
}, {
|
|
429
|
+
"name": "跨全端",
|
|
430
|
+
"textSize": 10
|
|
431
|
+
},{
|
|
432
|
+
"name": "跨全端",
|
|
433
|
+
"textSize":12
|
|
434
|
+
}, {
|
|
435
|
+
"name": "跨全端",
|
|
436
|
+
"textSize": 10
|
|
437
|
+
},{
|
|
438
|
+
"name": "跨全端",
|
|
439
|
+
"textSize":12
|
|
440
|
+
}, {
|
|
441
|
+
"name": "跨全端",
|
|
442
|
+
"textSize": 10
|
|
443
|
+
},{
|
|
444
|
+
"name": "跨全端",
|
|
445
|
+
"textSize":12
|
|
446
|
+
}]
|
|
447
|
+
}
|
|
448
|
+
}
|