2 रिपॉजिटरी
Custom UI components that wrap external visualization libraries to manage their lifecycle and dimensions.
Distinct from Component Library Architectures: Focuses on wrapping a heavy third-party graphics engine into a manageable UI component, not general component library architecture
Explore 2 awesome GitHub repositories matching user interface & experience · Visualization Component Wrappers. Refine with filters or upvote what's useful.
vue-echarts is a declarative charting wrapper and Vue.js component for the Apache ECharts library. It functions as a data visualization library that maps configurations and data updates to a rendering engine, enabling the embedding of interactive graphs and charts as reusable web components. The project provides a system for managing visual consistency through theme configuration and context-based injection. It allows for deep customization of the visualization interface, including the use of scoped slots to render custom HTML markup within tooltips and the construction of complex graphic ele
Wraps the Apache ECharts engine within a Vue component lifecycle to manage instance creation and destruction.
This is a chart library for rendering interactive data visualizations within WeChat Mini Programs using the Apache ECharts engine. It provides a set of visual components that use 2D canvas interfaces to render line, bar, pie, and scatter plots. The library utilizes a 2D canvas interface to increase drawing speed and resolve visual layering issues. It implements an interactive charting component that supports touch-based data interaction, allowing users to see detailed contextual information through formatted tooltips when tapping or hovering over data points. The project covers mobile data v
Wraps the ECharts library inside a custom UI component to manage its lifecycle and display dimensions.