chenluli

Results 11 issues of chenluli

### 🏷 Version | Package | Version | | -------------- | ------- | | @antv/s2 | 1.54.1 | | @antv/s2-react | 1.46.0 | | @antv/s2-vue | - | ### Sheet...

🙏feature request
💤 inactive

* **Package Name**: insight 当前 insight 部分教程和 api 文档仅有 getInsights api,缺少具体的算子类型、机制等介绍

docs

Should we add common i18n util to `ava-react`? _Originally posted by @pddpd in https://github.com/antvis/AVA/pull/659#discussion_r1186642481_

* **Package Name**: * **Package Version**: * **Platform**: * **Mini Showcase(like screenshots)**: * **CodePen Link**:

feat

Add auto release & commit lint to AVA 其他自动化工具可参考:https://www.yuque.com/antv/vo4vyz/vtowig?

chore

- add subspace parameter in `getInsights` function - support custom algorithm parameters in insight module - add docs for insight algorithms, providing parameters and their default value for each algorithm...

feat

In AVA v3.0, the graph visualization ability is unavailable, for we plan to refactor this module and use G2 spec to draw graph rather than G6 in v3.1. This is...

feat

### 问题描述 如图所示,图例文字较长时,字会被截断,展示不全。 任意图例名称较长时可复现,例如 'order_count', 'total_sales',可复现 spec 如下 ``` chart.options({ type: 'interval', data: [ {name: 'total_sales', month: 'May', number: 10}, {name: 'total_sales', month: 'Apr', number: 20}, {name: 'order_count', month: 'May',...

advisor pipeline 重构为插件式的结构: 1. `Pipeline`默认由4个阶段组成(数据处理, 图表类型推荐, 图表视觉通道映射, G2 spec 生成),每个阶段对应一个 `Component` 来处理 2. 每个 component 的实际能力由 `plugins` 实现,通过自定义注册 plugins,实现自定义的对应环节的数据处理或推荐逻辑。每个 component 中的多个 plugins 并行执行,在 `afterPluginsExecute` hook 中处理多个插件的结果。 3. 内部原函数改写为内置插件形式 期望通过这样的处理,可以解耦原 adise...