@lionad/cx-comps-tanstack-charts 0.1.0-alpha.6
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.md +8 -0
- package/dist/index.mjs +2095 -0
- package/package.json +64 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# @lionad/cx-comps-tanstack-charts
|
|
2
|
+
|
|
3
|
+
TanStack Charts(`@tanstack/charts/vue`)的 cx 物料包:以纯 JSON schema 驱动 `defineChart` 的声明式翻译层 + 物料集。
|
|
4
|
+
|
|
5
|
+
- 通用物料 `cx-chart`:完整 JSON definition 投影(marks/x/y/theme/tooltip 标量子集)
|
|
6
|
+
- 预设物料:`cx-tanstack-charts-line` / `-bar` / `-area` / `-dot` / `-pie`(data + channel 字段名 + 样式子集)
|
|
7
|
+
|
|
8
|
+
JSON 化取舍:scale/curve 以声明式描述经翻译层转运行时实例;channel 仅支持字段名字符串;format/accessor/tooltip content 等回调不暴露。
|