VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] Develop Vue-VChart by imitating the React-VChart component.

Open xuanhun opened this issue 1 year ago • 2 comments

What problem does this feature solve?

A VChart encapsulation for the VUE user group is required to simplify the user's usage cost and provide a complete documentation and demo.

What does the proposed API look like?

Refer to https://www.visactor.io/vchart/guide/tutorial_docs/Cross-terminal_and_Developer_Ecology/react, and encapsulate the VChart component and events into a Vue component.

xuanhun avatar Jul 08 '24 09:07 xuanhun

Developing a component wrapper like @visactor/react-vchart, but for Vue (@visactor/vue-vchart), right? If we need to encapsulate all components into a Vue component, it sounds like quite a bit of work.

zreren avatar Jul 11 '24 12:07 zreren

Developing a component wrapper like @visactor/react-vchart, but for Vue (@visactor/vue-vchart), right? If we need to encapsulate all components into a Vue component, it sounds like quite a bit of work.

Yes, the workload is a bit large, but the difficulty is relatively not that high. It is also OK to do it in multiple iterations. @zreren

xuanhun avatar Jul 12 '24 06:07 xuanhun