component
component copied to clipboard
🍱 AntV UI component based on G render engine.
Before: --- After:
* **Version**: 0.8.32 * **Platform**: G2Plot 2.x * **Mini Showcase(like screenshots)**: * 当前标注的dataMarker文本朝向direction只支持上下朝向,希望可以进一步支持左右朝向。
@antv/component包中出现了异常报错,Cannot read properties of null (reading 'addGroup') 暂时不清楚原因,出错的代码 ``` protected initGroup() { const container = this.get('container'); this.set( 'group', container.addGroup({ id: this.get('id'), name: this.get('name'), capture: this.get('capture'), visible: this.get('visible'), isComponent: true, component:...
* **Link**: * **Platform**: * **Mini Showcase(like screenshots)**: | 分页多行 | 不分页多行 | | --- | --- | |||
DEMO:https://riddle.alibaba-inc.com/riddles/cbc7b3bf 
arc和line都已经新增了style:{} , 但是regionFilter还是去年的版本。
 @simaQ
@dxq613 @leungwensen 可否让 guide 的 html 直接传递一个el对象 而不是字符串 https://github.com/antvis/component/blob/master/src/guide/html.js#L55 我尝试简单修改后是可以的 