Graphin icon indicating copy to clipboard operation
Graphin copied to clipboard

Missing code in some graphin components

Open dadokkio opened this issue 4 years ago • 3 comments

Following documentation I tried to add some components (like FilterPanel or FindPathPanel) but the import generates error. Looking at the code here seems that only documentation is available and no code.

It's that correct? Are those component still in development?

dadokkio avatar Jul 09 '21 15:07 dadokkio

@dadokkio those component still in development

pomelo-nwu avatar Jul 14 '21 06:07 pomelo-nwu

The components roadmap can be seen from here - https://graphin.antv.vision/graphin/quick-start/overview/

Screenshot 2021-07-22 at 15 37 50

However, is there also a roadmap with dates or at least approximates? For example, when are you going to release version 2.2.0?

genert avatar Jul 22 '21 12:07 genert

@dadokkio @genert The documentation was not updated and we gave up on developing antv/graphin-components. because only components that bind to a specific UI component library will do the job better.
so we put the non-UI components that only rely on G6 canvas rendering and interaction in graphin/src/components

So we started a new project to do these product features: FilterPanel:https://insight.antv.antgroup.com/#/open/assets-list?assetKey=FilterPanel&tab=graph-components FindPathPanel:https://insight.antv.antgroup.com/#/open/assets-list?assetKey=PathAnalysis&tab=graph-components

pomelo-nwu avatar May 28 '23 07:05 pomelo-nwu