@visactor/lark-vchart
Advanced tools
Comparing version 1.1.0-beta.5 to 1.1.0-beta.6
{ | ||
"name": "@visactor/lark-vchart", | ||
"version": "1.1.0-beta.5", | ||
"version": "1.1.0-beta.6", | ||
"description": "VChart 飞书小程序组件", | ||
@@ -49,4 +49,4 @@ "main": "index.js", | ||
"@internal/bundler": "0.0.1", | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/eslint-config": "0.0.1" | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/ts-config": "0.0.1" | ||
}, | ||
@@ -53,0 +53,0 @@ "publishConfig": { |
@@ -5,3 +5,3 @@ # @visactor/lark-vchart | ||
该组件库只是做了环境的封装,配置项以及 API 同 VChart 完全一致,对应的文档详见 [VChart](todo)。 | ||
该组件库只是做了环境的封装,配置项以及 API 同 VChart 完全一致,对应的文档详见 [VChart](https://www.visactor.io/vchart)。 | ||
@@ -29,5 +29,5 @@ ## 环境要求 | ||
- `canvas-id` 为图表 id,与 dom 的 id 一致,请确保 id 不重复。 | ||
- `spec` 是 VChart 的核心概念,跨端组件的 spec 与 PC 端保持一致。图表配置例子可以参见 [VChart 图表示例](todo) 。对于不熟悉 VChart 的用户,可以参见 [快速开始 VChart](todo) 教程。 | ||
- `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](todo) | ||
- `events` 是一个对象数组,用于注册一系列事件,其定义如下,具体的事件名称、事件筛选配置以及回调函数的参数详见 [VChart 事件 API](https://www.visactor.io/vchart/api/API/event) | ||
@@ -34,0 +34,0 @@ ```ts |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2049713
7867