8 repository-uri
Libraries that integrate the Apache ECharts engine into specific web frameworks.
Distinct from Vue Integrations: None of the candidates specifically cover the integration of the ECharts visualization engine into Vue.
Explore 8 awesome GitHub repositories matching web development · Apache ECharts Integrations. Refine with filters or upvote what's useful.
vue-echarts este un wrapper declarativ de charting și o componentă Vue.js pentru biblioteca Apache ECharts. Acesta funcționează ca o bibliotecă de vizualizare a datelor care mapează configurațiile și actualizările de date către un motor de randare, permițând încorporarea graficelor și diagramelor interactive ca și componente web reutilizabile. Proiectul oferă un sistem pentru gestionarea consistenței vizuale prin configurarea temelor și injectarea bazată pe context. Permite personalizarea profundă a interfeței de vizualizare, inclusiv utilizarea de scoped slots pentru a randa markup HTML personalizat în interiorul tooltip-urilor și construirea de elemente grafice complexe. Biblioteca gestionează cerințele comune de vizualizare, cum ar fi redimensionarea responsivă automată, binding-ul de evenimente pentru interacțiunile utilizatorului și gestionarea indicatorilor de stare de încărcare. Pentru a menține performanța, utilizează un sistem de actualizare care calculează modificările parțiale de configurație pentru a reîmprospăta graficele fără a efectua re-inițializări complete.
Provides a simplified component interface that wraps the Apache ECharts engine for Vue.js.
vue-echarts is a data visualization library and a reactive wrapper for Apache ECharts, designed to integrate complex charts and graphics into Vue.js applications using a declarative, component-based approach. It functions as an interface that synchronizes charting engine instances with reactive state. The project provides a declarative graphics interface for building custom chart overlays, shapes, and text elements using a component-based slot architecture. It distinguishes itself by allowing the injection of custom components into chart elements, such as tooltips, via scoped slots rather tha
Integrates Apache ECharts into Vue.js applications through a declarative, component-based wrapper.
go-echarts is a data visualization library and wrapper for Go that generates JSON configurations for the ECharts JavaScript library. It functions as an HTML chart generator, allowing developers to create interactive charts and browser-based reports within Go applications. The library provides a collection of configurable chart types and predefined geographical map templates for rendering spatial information. It supports the creation of web dashboards by translating Go data structures into the JSON formats required for interactive browser rendering. The project handles the conversion of Go st
Integrates the ECharts visualization engine into Go applications via JSON configuration mapping.
go-echarts is a Go library and wrapper for Apache ECharts used to create interactive data visualizations. It functions as a generator that produces the configurations and HTML files necessary to render complex datasets as visual charts and graphs in a web browser. The library includes specialized tools for geographic data visualization, allowing spatial information and distributed datasets to be mapped using coordinates and regional boundaries. The project supports exporting visualizations as standalone HTML files for static use or serving them through an HTTP server for web-based dashboardi
Functions as a Go wrapper that generates Apache ECharts configurations and HTML files.
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
Integrates the Apache ECharts engine into the WeChat Mini Program environment for interactive data visualization.
v-charts is a Vue charting framework and component library that provides a simplified interface for rendering complex data visualizations. It acts as a wrapper for the ECharts visualization engine, allowing the creation of customizable charts and graphs within Vue applications. The library focuses on simplifying the integration of ECharts by replacing manual configuration with reusable components. It maps simplified data inputs to the required configuration objects and synchronizes the chart lifecycle with the framework to manage instance creation and disposal. The project covers frontend ch
Integrates the Apache ECharts engine into Vue applications via a simplified component-based approach.
Renders interactive charts by passing query results to the ECharts library with customizable options and theming.
echarts-for-react este o bibliotecă de grafice React și o componentă de vizualizare a datelor care servește drept wrapper pentru biblioteca Apache ECharts. Aceasta permite randarea vizualelor de date complexe și a graficelor în cadrul unei arhitecturi bazate pe componente, utilizând configurații declarative. Biblioteca oferă un mecanism pentru a accesa instanța de vizualizare subiacentă, permițând operațiuni de nivel scăzut, cum ar fi exportul de imagini și redimensionarea manuală. De asemenea, suportă legarea funcțiilor personalizate la evenimentele de vizualizare pentru a declanșa logica aplicației pe baza interacțiunilor utilizatorului. Setul de instrumente acoperă configurarea comportamentului general al graficelor și strategiile de actualizare. De asemenea, suportă importarea doar a componentelor specifice pentru a reduce dimensiunea totală a bundle-ului aplicației.
Serves as a React component wrapper for the Apache ECharts library to enable declarative visualization.