VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
914 stars 62 forks source link

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

Open xuanhun opened 2 months ago

xuanhun commented 2 months ago

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.

zreren commented 2 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.

xuanhun commented 2 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.

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