Open xuanhun opened 3 months ago
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.
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
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.