@chartspire/chartspire-chart 10.0.0-alpha3 → 10.0.0-alpha8-chartspire.0
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/README.zh-CN.md +3 -15
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +246 -266
- package/dist/index.esm.js +3317 -2738
- package/dist/umd/klinecharts.js +3317 -2737
- package/dist/umd/klinecharts.js.map +1 -1
- package/dist/umd/klinecharts.min.js +2 -2
- package/package.json +40 -21
package/README.zh-CN.md
CHANGED
|
@@ -44,18 +44,6 @@
|
|
|
44
44
|
+ 📱 **移动端:** 支持移动端,一个图表,搞定多端。
|
|
45
45
|
+ 🛡 **Typescript开发:** 提供完整的类型定义文件。
|
|
46
46
|
|
|
47
|
-
## ⚡ 性能
|
|
48
|
-
类似的图表进行性能比较。
|
|
49
|
-
+ **测试场景:** 50000条数据,5个副图指标,执行10次取平均值
|
|
50
|
-
+ **设备:** macOS Ventura, Apple M2 Pro, 16G
|
|
51
|
-
+ **浏览器:** Chrome 114.0.5735.106
|
|
52
|
-
+ **框架:** React@18.2.0
|
|
53
|
-
|
|
54
|
-
从初始化到完全渲染,耗时对比:
|
|
55
|
-
| **klinecharts@9.4.0** | **night-vision@0.3.2** | **hqchart@1.1.12147** |
|
|
56
|
-
| :---: | :---: | :---: |
|
|
57
|
-
| 37ms | 36ms | 241ms |
|
|
58
|
-
|
|
59
47
|
## 📦 安装
|
|
60
48
|
### 使用 npm
|
|
61
49
|
```bash
|
|
@@ -106,9 +94,9 @@ npm run build
|
|
|
106
94
|
构建好的文件在`dist`文件夹。
|
|
107
95
|
|
|
108
96
|
## 🔗 链接
|
|
109
|
-
+ [
|
|
110
|
-
+ [Pro
|
|
111
|
-
+ [
|
|
97
|
+
+ [KLineChart 预览](https://preview.klinecharts.com): 一个功能比较完善 KLineChart 示例。
|
|
98
|
+
+ [KLineChart Pro](https://pro.klinecharts.com): 基于 KLineChart 构建的开箱即用的金融图表.
|
|
99
|
+
+ [openctp](https://github.com/openctp/openctp): 可替代 Simnow 的交易模拟环境。
|
|
112
100
|
|
|
113
101
|
## ©️ License
|
|
114
102
|
Apache License V2.
|