feat: optmize wx env

This commit is contained in:
zhouxinyu 2023-09-13 19:11:26 +08:00
parent f48c21e310
commit 128d4b297b
20 changed files with 171149 additions and 104180 deletions

View File

@ -63,7 +63,8 @@ This repository includes the following packages:
4. [`lark-vchart`](./packages/lark-vchart/): The VChart component encapsulated based on [Lark miniAPP](https://open.feishu.cn/document/client-docs/gadget/introduction/host-environment)
5. [`tt-vchart`](./packages/lark-vchart/): The VChart component encapsulated based on [TikTok miniAPP](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/introduction/overview/)
6. [`block-vchart`](./packages/block-vchart/): The VChart component encapsulated based on [Lark Block](https://open.feishu.cn/document/client-docs/block/block-introduction)
7. [`docs`](./docs/): VChart site source code, and also contains all Chinese and English documents, chart sample codes, etc. of the site.
7. [`wx-vchart`](./packages/wx-vchart/)The VChart component encapsulated based on [Wx miniAPP](https://developers.weixin.qq.com/miniprogram/dev/framework/)
8. [`docs`](./docs/): VChart site source code, and also contains all Chinese and English documents, chart sample codes, etc. of the site.
## 🔨 Usage

View File

@ -63,7 +63,8 @@ VChart 是 VisActor 可视化体系中的图表组件库,基于可视化语法
4. [`lark-vchart`](./packages/lark-vchart/):基于 [飞书小程序](https://open.feishu.cn/document/client-docs/gadget/introduction/host-environment) 封装的 VChart 图表组件
5. [`tt-vchart`](./packages/lark-vchart/): 基于 [抖音小程序](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/introduction/overview/) 封装的 VChart 图表组件
6. [`block-vchart`](./packages/block-vchart/):基于 [飞书小组件](https://open.feishu.cn/document/client-docs/block/block-introduction) 封装的 VChart 图表组件
7. [`docs`](./docs/): VChart 站点源码,同时也包含站点所有的中英文文档、图表示例代码等内容。
7. [`wx-vchart`](./packages/wx-vchart/):基于 [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/) 封装的 VChart 图表组件
8. [`docs`](./docs/): VChart 站点源码,同时也包含站点所有的中英文文档、图表示例代码等内容。
## 🔨 使用

View File

@ -459,11 +459,6 @@ importers:
ts-jest: 26.5.6_jest@26.6.3
ts-json-schema-generator: 1.3.0
../../packages/wx-vchart:
specifiers:
miniprogram-api-typings: ^2.8.3-1
devDependencies:
miniprogram-api-typings: 2.12.0
../../packages/vutils-extension:
specifiers:
'@internal/bundler': workspace:*
@ -519,6 +514,42 @@ importers:
typescript: 4.9.5
vite: 3.2.6_@types+node@20.6.0
../../packages/wx-vchart:
specifiers:
'@babel/core': 7.20.12
'@babel/preset-env': 7.20.2
'@internal/bundler': workspace:*
'@internal/eslint-config': workspace:*
'@internal/ts-config': workspace:*
'@rollup/plugin-babel': 6.0.3
'@rollup/plugin-commonjs': 24.1.0
'@rollup/plugin-node-resolve': 15.0.2
'@rollup/plugin-typescript': 11.1.0
'@rushstack/eslint-patch': ~1.1.4
eslint: ~8.18.0
miniprogram-api-typings: ^2.8.3-1
rimraf: 3.0.2
rollup: 3.20.5
rollup-plugin-copy: 3.4.0
rollup-plugin-terser: 7.0.2
devDependencies:
'@babel/core': 7.20.12
'@babel/preset-env': 7.20.2_@babel+core@7.20.12
'@internal/bundler': link:../../tools/bundler
'@internal/eslint-config': link:../../share/eslint-config
'@internal/ts-config': link:../../share/ts-config
'@rollup/plugin-babel': 6.0.3_rwgaouhtlfp3yqsg36xgfp2t24
'@rollup/plugin-commonjs': 24.1.0_rollup@3.20.5
'@rollup/plugin-node-resolve': 15.0.2_rollup@3.20.5
'@rollup/plugin-typescript': 11.1.0_rollup@3.20.5
'@rushstack/eslint-patch': 1.1.4
eslint: 8.18.0
miniprogram-api-typings: 2.12.0
rimraf: 3.0.2
rollup: 3.20.5
rollup-plugin-copy: 3.4.0
rollup-plugin-terser: 7.0.2_rollup@3.20.5
../../share/eslint-config:
specifiers:
'@typescript-eslint/eslint-plugin': 5.30.0

View File

@ -0,0 +1,157 @@
# @visactor/wx-vchart
`@visactor/wx-vchart` is a chart component library packaged by VChart for the [WeChat Mini Program](https://developers.weixin.qq.com/miniprogram/dev/framework/) to support chart rendering on the [WeChat Mini Program](https://developers.weixin.qq.com/miniprogram/dev/framework/). It can be introduced through `npm`.
This component library only does environmental packaging, and the configuration items and API are completely consistent with VChart. For the corresponding documentation, please refer to [VChart](https://www.visactor.io/vchart).
## Environment Requirements
[WeChat Developer Tools](https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html)
## API
The `@visactor/wx-vchart` chart component usage example is as follows:
```XML
<chart
canvas-id="chart"
spec="{{ spec }}"
styles="{{ styles }}"
events="{{ events }}"
bind:chartinit="onChartInit"
bind:chartready="onChartReady"
/>
```
- `canvas-id` is the chart id, which is consistent with the dom's id, please ensure that the id is not duplicated.
- `spec` is the core concept of VChart, and the spec of the cross-end component is consistent with the PC end. The chart configuration example can be found in [VChart Chart Example](https://www.visactor.io/vchart/example). For users who are not familiar with VChart, please refer to the [VChart Quick Start](https://www.visactor.io/vchart/guide/tutorial_docs/Getting_Started) tutorial.
- `styles` is the chart container style, which can be used to control the chart width and height styles.
- `events` is an object array, which is used to register a series of events, and its definition is as follows. For specific event names, event filter configuration, and callback function parameters, please refer to [VChart Event API](https://www.visactor.io/vchart/api/API/event)
```TypeScript
interface IEvent {
/**
* 事件的名称
*/
type: string;
/**
* 事件 API 中的事件筛选配置
*/
query?: object;
handler: (event) => void;
}
```
- `bind:chartinit` is a callback function that is called after the chart initialization is completed.
- `bind:chartready` is a callback function that is called after the chart rendering is completed.
## How to Use
In addition to reading the usage instructions below, you can also go directly to [wx-vchart-example](https://github.com/VisActor/wx-vchart-example).
### Prerequisite
Before using the VChart WeChat Mini Program component library, please make sure you have read the relevant documentation introduction of the WeChat open platform.
- [Custom Components](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/)
- [npm Support](https://developers.weixin.qq.com/community/develop/article/doc/0008aecec4c9601e750be048d51c13)
### Step 1: Enable npm Capability
Enable Editor > Tools > Build npm, for specific operations, please read [Enable npm Capability](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html)。
![Image](https://res.wx.qq.com/wxdoc/dist/assets/img/construction.408e13ae.png)
**Note: The package.json file of the** **npm** **package needs to be within the miniprogramRoot defined in project.config.json.**
### Step 2: Install `@visactor/wx-vchart`
```bash
npm install @visactor/wx-vchart
```
### Step3: Creating a demo page
Please create a page template using the WeChat Developer Tools.
### Step4: Referencing the component
Configure the following content in index.json to use the `chart` custom component.
```javascript
{
"usingComponents": {
"chart": "@visactor/wx-vchart/index"
}
}
```
### Step5: Creating a chart
1. Prepare the following XML structure in `index.ttml`:
```xml
<chart
canvas-id="chart"
spec="{{ spec }}"
styles="{{ styles }}"
events="{{ events }}"
bind:chartinit="onChartInit"
bind:chartready="onChartReady"
/>
```
2. Prepare the necessary configuration for the chart in `index.js`:
```javascript
Page({
data: {
canvasId: 'chartId', // canvasId 图表唯一Id
events: [], // events 自定义事件
styles: `
height: 50vh;
width: 100%
`, // 样式字符
// 图表配置项
spec: {
type: 'pie',
data: [
{
id: 'data1',
values: [
{ value: 335, name: '直接访问' },
{ value: 310, name: '邮件营销' },
{ value: 274, name: '联盟广告' },
{ value: 123, name: '搜索引擎' },
{ value: 215, name: '视频广告' }
]
}
],
outerRadius: 0.6,
categoryField: 'name',
valueField: 'value'
}
},
onLoad: function (options) {}
});
```
## Notes
1. Currently, due to serialization issues, the WeChat Mini Program does not support passing complex objects or functions in setData or triggerEvent functions, only serializable data is supported. **Therefore, the `events` function, `chartinit` callback parameter, and `chartready` callback parameter are temporarily unavailable**
For some features that require using chart instances, currently you can use [selectComponent](https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html#%E5%AE%9E%E7%8E%B0%E6%96%B9%E6%A1%88) to obtain chart instances after annotating the id attribute for the component `<chart id="chart1">`. The following is an example:
```javascript
onChartReady() {
console.log('chart 实例渲染完成');
this.selectComponent("#chart1", res => {
const chartInstance = res && res.chart; // 获取 chart 实例
console.log('获取 VChart 实例', chartInstance);
});
},
```
## Feedback
If you encounter any problems during use, please feel free to provide feedback on [GitHub issues](https://github.com/VisActor/VChart/issues/new/choose), thank you!

View File

@ -0,0 +1,161 @@
# @visactor/wx-vchart
`@visactor/wx-vchart` 是 VChart 为[微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/)封装的图表组件库,用于支持[微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/)上的图表渲染。支持通过 `npm` 方式引入。
该组件库只是做了环境的封装,配置项以及 API 同 VChart 完全一致,对应的文档详见 [VChart](https://www.visactor.io/vchart)。
## 环境要求
[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html)
## API
`@visactor/wx-vchart` 图表组件使用示例如下:
```xml
<chart
canvas-id="chart"
spec="{{ spec }}"
styles="{{ styles }}"
events="{{ events }}"
bind:chartinit="onChartInit"
bind:chartready="onChartReady"
/>
```
- `canvas-id` 为图表 id与 dom 的 id 一致,请确保 id 不重复。
- `spec` 是 VChart 的核心概念,跨端组件的 spec 与 PC 端保持一致。图表配置例子可以参见 [VChart 图表示例](https://www.visactor.io/vchart/example) 。对于不熟悉 VChart 的用户,可以参见 [快速开始 VChart](https://www.visactor.io/vchart/guide/tutorial_docs/Getting_Started) 教程。
- `styles` 为图表容器样式,可以用于控制图表宽高等样式。
- `events` 是一个对象数组,用于注册一系列事件,其定义如下,具体的事件名称、事件筛选配置以及回调函数的参数详见 [VChart 事件 API](https://www.visactor.io/vchart/api/API/event)
```ts
interface IEvent {
/**
* 事件的名称
*/
type: string;
/**
* 事件 API 中的事件筛选配置
*/
query?: object;
handler: (event) => void;
}
```
- `bind:chartinit` 是一个回调函数,在图表初始化完成后调用。
- `bind:chartready` 是一个回调函数,在图表完成渲染后调用。
## 如何使用
除了阅读下面的使用说明,也可以直接移步 [wx-vchart-example](https://github.com/VisActor/wx-vchart-example)。
### 前提
在使用 VChart 微信小程序组件库前,请确保你已经了解过微信开放平台的相关文档介绍。
- [自定义组件](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/)
- [npm 支持](https://developers.weixin.qq.com/community/develop/article/doc/0008aecec4c9601e750be048d51c13)
### Step1: 开启 npm 能力
开启编辑器 > 工具 > 构建 npm具体操作可阅读[开启 npm 能力](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html)。
![Image](https://res.wx.qq.com/wxdoc/dist/assets/img/construction.408e13ae.png)
**务必注意npm 包的 package.json 文件需要在 project.config.json 所定义的 miniprogramRoot 内。**
### Step2: 安装 `@visactor/wx-vchart`
```bash
$ npm install @visactor/wx-vchart
```
### Step3: 创建 demo 页面
请使用微信开发者工具创建页面模板
### Step4: 引用组件
在 index.json 中配置如下内容即可,使用 `chart` 自定义组件。
```javascript
{
"usingComponents": {
"chart": "@visactor/wx-vchart/index"
}
}
```
### Step5: 创建图表
1. 在 `index.ttml` 准备如下的 xml 结构:
```xml
<chart
canvas-id="chart"
spec="{{ spec }}"
styles="{{ styles }}"
events="{{ events }}"
bind:chartinit="onChartInit"
bind:chartready="onChartReady"
/>
```
2. 在 `index.js` 中准备图表的所需的配置
```javascript
Page({
data: {
canvasId: 'chartId', // canvasId 图表唯一Id
events: [], // events 自定义事件
styles: `
height: 50vh;
width: 100%
`, // 样式字符
// 图表配置项
spec: {
type: 'pie',
data: [
{
id: 'data1',
values: [
{ value: 335, name: '直接访问' },
{ value: 310, name: '邮件营销' },
{ value: 274, name: '联盟广告' },
{ value: 123, name: '搜索引擎' },
{ value: 215, name: '视频广告' }
]
}
],
outerRadius: 0.6,
categoryField: 'name',
valueField: 'value'
}
},
onLoad: function (options) {}
});
```
## 注意事项
1. 微信小程序现阶段由于序列化问题,还不支持在 setData 以及 triggerEvent 中传递复杂对象及函数,只支持可序列号的数据。**因此 `events` 功能, `chartinit` 回调参数, `chartready` 回调参数暂不可用**
针对一些需要使用到 chart 实例的功能,目前可以通过 [selectComponent](https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html#%E5%AE%9E%E7%8E%B0%E6%96%B9%E6%A1%88) ,在给组件 `<chart id="chart1">` 标明 id 属性后,通过 `selectComponent` 拿到图表实例,如下所示:
```javascript
onChartReady() {
console.log('chart 实例渲染完成');
this.selectComponent("#chart1", res => {
const chartInstance = res && res.chart; // 获取 chart 实例
console.log('获取 VChart 实例', chartInstance);
});
},
```
## 问题反馈
如果在使用过程中发现问题,欢迎在 [GitHub issues](https://github.com/VisActor/VChart/issues/new/choose) 中向我们反馈,非常感谢!
## 如何开发
使用微信开发者工具,选择【小程序】导入本项目即可。

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -88,7 +88,8 @@ module.exports = {
const packagesDestinations = [
path.join(__dirname, '../block-vchart/block/vchart/index.js'),
path.join(__dirname, '../tt-vchart/src/vchart/index.js'),
path.join(__dirname, '../lark-vchart/src/vchart/index.js')
path.join(__dirname, '../lark-vchart/src/vchart/index.js'),
path.join(__dirname, '../wx-vchart/miniprogram/src/vchart/index.js')
];
copyStart(vchartSource, packagesDestinations);

View File

@ -28,5 +28,6 @@ module.exports = {
},
// extends: 'eslint:recommended',
ignorePatterns: ['typings', '*.ts'],
rules: {}
rules: {},
ignorePatterns: ['./miniprogram/src/index.js']
};

View File

@ -0,0 +1,161 @@
# @visactor/wx-vchart
`@visactor/wx-vchart` 是 VChart 为[微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/)封装的图表组件库,用于支持[微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/)上的图表渲染。支持通过 `npm` 方式引入。
该组件库只是做了环境的封装,配置项以及 API 同 VChart 完全一致,对应的文档详见 [VChart](https://www.visactor.io/vchart)。
## 环境要求
[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html)
## API
`@visactor/wx-vchart` 图表组件使用示例如下:
```xml
<chart
canvas-id="chart"
spec="{{ spec }}"
styles="{{ styles }}"
events="{{ events }}"
bind:chartinit="onChartInit"
bind:chartready="onChartReady"
/>
```
- `canvas-id` 为图表 id与 dom 的 id 一致,请确保 id 不重复。
- `spec` 是 VChart 的核心概念,跨端组件的 spec 与 PC 端保持一致。图表配置例子可以参见 [VChart 图表示例](https://www.visactor.io/vchart/example) 。对于不熟悉 VChart 的用户,可以参见 [快速开始 VChart](https://www.visactor.io/vchart/guide/tutorial_docs/Getting_Started) 教程。
- `styles` 为图表容器样式,可以用于控制图表宽高等样式。
- `events` 是一个对象数组,用于注册一系列事件,其定义如下,具体的事件名称、事件筛选配置以及回调函数的参数详见 [VChart 事件 API](https://www.visactor.io/vchart/api/API/event)
```ts
interface IEvent {
/**
* 事件的名称
*/
type: string;
/**
* 事件 API 中的事件筛选配置
*/
query?: object;
handler: (event) => void;
}
```
- `bind:chartinit` 是一个回调函数,在图表初始化完成后调用。
- `bind:chartready` 是一个回调函数,在图表完成渲染后调用。
## 如何使用
除了阅读下面的使用说明,也可以直接移步 [wx-vchart-example](https://github.com/VisActor/wx-vchart-example)。
### 前提
在使用 VChart 微信小程序组件库前,请确保你已经了解过微信开放平台的相关文档介绍。
- [自定义组件](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/)
- [npm 支持](https://developers.weixin.qq.com/community/develop/article/doc/0008aecec4c9601e750be048d51c13)
### Step1: 开启 npm 能力
开启编辑器 > 工具 > 构建 npm具体操作可阅读[开启 npm 能力](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html)。
![Image](https://res.wx.qq.com/wxdoc/dist/assets/img/construction.408e13ae.png)
**务必注意npm 包的 package.json 文件需要在 project.config.json 所定义的 miniprogramRoot 内。**
### Step2: 安装 `@visactor/wx-vchart`
```bash
$ npm install @visactor/wx-vchart
```
### Step3: 创建 demo 页面
请使用微信开发者工具创建页面模板
### Step4: 引用组件
在 index.json 中配置如下内容即可,使用 `chart` 自定义组件。
```javascript
{
"usingComponents": {
"chart": "@visactor/wx-vchart/index"
}
}
```
### Step5: 创建图表
1. 在 `index.ttml` 准备如下的 xml 结构:
```xml
<chart
canvas-id="chart"
spec="{{ spec }}"
styles="{{ styles }}"
events="{{ events }}"
bind:chartinit="onChartInit"
bind:chartready="onChartReady"
/>
```
2. 在 `index.js` 中准备图表的所需的配置
```javascript
Page({
data: {
canvasId: 'chartId', // canvasId 图表唯一Id
events: [], // events 自定义事件
styles: `
height: 50vh;
width: 100%
`, // 样式字符
// 图表配置项
spec: {
type: 'pie',
data: [
{
id: 'data1',
values: [
{ value: 335, name: '直接访问' },
{ value: 310, name: '邮件营销' },
{ value: 274, name: '联盟广告' },
{ value: 123, name: '搜索引擎' },
{ value: 215, name: '视频广告' }
]
}
],
outerRadius: 0.6,
categoryField: 'name',
valueField: 'value'
}
},
onLoad: function (options) {}
});
```
## 注意事项
1. 微信小程序现阶段由于序列化问题,还不支持在 setData 以及 triggerEvent 中传递复杂对象及函数,只支持可序列号的数据。**因此 `events` 功能, `chartinit` 回调参数, `chartready` 回调参数暂不可用**
针对一些需要使用到 chart 实例的功能,目前可以通过 [selectComponent](https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html#%E5%AE%9E%E7%8E%B0%E6%96%B9%E6%A1%88) ,在给组件 `<chart id="chart1">` 标明 id 属性后,通过 `selectComponent` 拿到图表实例,如下所示:
```javascript
onChartReady() {
console.log('chart 实例渲染完成');
this.selectComponent("#chart1", res => {
const chartInstance = res && res.chart; // 获取 chart 实例
console.log('获取 VChart 实例', chartInstance);
});
},
```
## 问题反馈
如果在使用过程中发现问题,欢迎在 [GitHub issues](https://github.com/VisActor/VChart/issues/new/choose) 中向我们反馈,非常感谢!
## 如何开发
使用微信开发者工具,选择【小程序】导入本项目即可。

View File

@ -0,0 +1,3 @@
{
"component": true
}

View File

@ -0,0 +1,20 @@
<view class="vchart" id="{{ canvasId }}" style="{{ styles }}">
<canvas
class="cs-canvas"
bindtouchstart="bindEvent"
bindtouchmove="bindEvent"
bindtouchend="bindEvent"
bindmousemove="bindEvent"
bindmouseover="bindEvent"
bindmouseout="bindEvent"
bindmousedown="bindEvent"
bindmouseup="bindEvent"
id="{{ canvasId }}_draw_canvas"
canvas-id="{{ canvasId }}_draw_canvas"
type="2d"
></canvas>
<canvas width="{{ offscreenCanvasWidth }}" height="{{ offscreenCanvasHeight }}" id="{{ canvasId }}_hit_canvas"
canvas-id="{{ canvasId }}_hit_canvas" class="cs-tooltip-canvas" type="2d"></canvas>
<canvas width="{{ offscreenCanvasWidth }}" height="{{ offscreenCanvasHeight }}" id="{{ canvasId }}_tooltip_canvas"
canvas-id="{{ canvasId }}_tooltip_canvas" class="cs-tooltip-canvas" type="2d"></canvas>
</view>

View File

@ -0,0 +1,29 @@
.vchart {
width: 100%;
height: 100%;
position: relative;
padding: 0!important;
}
.cs-canvas {
width: 100%;
height: 100%;
display: block;
margin: 0px;
}
.cs-canvas-hidden {
opacity: 0;
visibility: hidden;
display: none;
}
.cs-tooltip-canvas {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
pointer-events: none;
}

View File

@ -1,4 +1,5 @@
const VChart = require('./vchart/index');
/* eslint-disable */
import VChart, { vglobal } from './vchart/index';
// import mapJson from "./data/map-data-china";
Component({
@ -52,13 +53,11 @@ Component({
methods: {
init() {
console.log('init=============', VChart);
wx.createSelectorQuery()
.in(this)
.select(`#${this.data.canvasId}_draw_canvas`) // 在 WXML 中填入的 id
.fields({ node: true, size: true })
.exec(async res => {
console.log(res);
const canvas = res[0].node;
const canvasIdLists = [
`${this.data.canvasId}_draw_canvas`,
@ -66,7 +65,6 @@ Component({
`${this.data.canvasId}_hit_canvas`
];
console.log(canvas.width, canvas.height);
const domref = { width: res[0].width, height: res[0].height };
this.setData({
offscreenCanvasWidth: domref.width,
@ -75,8 +73,8 @@ Component({
this.chart && this.chart.release();
await VChart.vglobal.setEnv('wx', { domref, force: true, canvasIdLists, freeCanvasIdx: 2, component: this });
const chartInstance = new VChart.default(
await vglobal.setEnv('wx', { domref, force: true, canvasIdLists, freeCanvasIdx: 2, component: this });
const chartInstance = new VChart(
{
...this.data.spec,
width: domref.width,
@ -96,7 +94,6 @@ Component({
renderCanvas: `${this.data.canvasId}_draw_canvas`
}
);
console.log(chartInstance);
this.chart = chartInstance;
this.triggerEvent('chartinit');

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,43 @@
"name": "@visactor/wx-vchart",
"version": "1.0.0",
"description": "",
"scripts": {},
"main": "index.js",
"miniprogram": ".",
"files": [
"index.js",
"index.json",
"index.wxml",
"index.wxss"
],
"scripts": {
"rollup": "npm run build",
"build": "npm run clear && rollup -c --configPlugin typescript --bundleConfigAsCjs",
"clear": "rimraf index.js"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {},
"license": "MIT",
"devDependencies": {
"miniprogram-api-typings": "^2.8.3-1"
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"miniprogram-api-typings": "^2.8.3-1",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"rimraf": "3.0.2",
"rollup": "3.20.5",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"eslint": "~8.18.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

View File

@ -1,5 +1,5 @@
{
"description": "项目配置文件",
"description": "wx-vchart",
"packOptions": {
"ignore": [],
"include": []

View File

@ -0,0 +1,41 @@
import { defineConfig } from 'rollup';
import { terser } from 'rollup-plugin-terser';
import resolve from '@rollup/plugin-node-resolve';
import babel from '@rollup/plugin-babel';
import commonjs from '@rollup/plugin-commonjs';
import copy from 'rollup-plugin-copy';
let options = defineConfig([
{
input: './miniprogram/src/index.js',
output: [
{
format: 'umd',
file: 'index.js'
}
],
plugins: [
resolve(),
commonjs({
include: './miniprogram/src/vchart/index.js'
}),
babel({
// presets: [['@babel/preset-env']],
babelHelpers: 'bundled',
compact: false
}),
terser(),
copy({
targets: [
{
src: ['./miniprogram/src/index.json', './miniprogram/src/index.wxml', './miniprogram/src/index.wxss'],
dest: './'
}
]
})
]
}
]);
export default options;