8 Repos
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 ist ein deklarativer Charting-Wrapper und Vue.js-Komponente für die Apache ECharts-Bibliothek. Es fungiert als Datenvisualisierungsbibliothek, die Konfigurationen und Daten-Updates auf eine Rendering-Engine abbildet, was das Einbetten interaktiver Graphen und Charts als wiederverwendbare Web-Komponenten ermöglicht. Das Projekt bietet ein System zur Verwaltung visueller Konsistenz durch Theme-Konfiguration und kontextbasierte Injektion. Es erlaubt eine tiefe Anpassung des Visualisierungs-Interfaces, einschließlich der Verwendung von Scoped Slots, um benutzerdefiniertes HTML-Markup innerhalb von Tooltips zu rendern und komplexe grafische Elemente zu konstruieren. Die Bibliothek handhabt gängige Visualisierungsanforderungen wie automatisches responsives Resizing, Event-Binding für Benutzerinteraktionen und die Verwaltung von Ladezustandsindikatoren. Um die Performance zu erhalten, verwendet sie ein Update-System, das partielle Konfigurationsänderungen berechnet, um Charts zu aktualisieren, ohne vollständige Neu-Initialisierungen durchzuführen.
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 ist eine React-Chart-Bibliothek und Datenvisualisierungskomponente, die als Wrapper für die Apache ECharts-Bibliothek dient. Sie ermöglicht das Rendern komplexer Datenvisualisierungen und Graphen innerhalb einer komponentenbasierten Architektur unter Verwendung deklarativer Konfigurationen. Die Bibliothek bietet einen Mechanismus für den Zugriff auf die zugrunde liegende Visualisierungsinstanz, was Low-Level-Operationen wie den Bildexport und die manuelle Größenanpassung ermöglicht. Sie unterstützt zudem das Binden benutzerdefinierter Funktionen an Visualisierungsereignisse, um Anwendungslogik basierend auf Benutzerinteraktionen auszulösen. Das Toolset deckt die Konfiguration des allgemeinen Chart-Verhaltens und Update-Strategien ab. Es unterstützt zudem den Import nur spezifischer Komponenten, um die Gesamtgröße des Anwendungs-Bundles zu reduzieren.
Serves as a React component wrapper for the Apache ECharts library to enable declarative visualization.