8 repositorios
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 es un wrapper de gráficos declarativo y componente de Vue.js para la biblioteca Apache ECharts. Funciona como una biblioteca de visualización de datos que mapea configuraciones y actualizaciones de datos a un motor de renderizado, permitiendo la incrustación de gráficos interactivos como componentes web reutilizables. El proyecto proporciona un sistema para gestionar la consistencia visual a través de la configuración de temas y la inyección basada en contexto. Permite una personalización profunda de la interfaz de visualización, incluyendo el uso de slots con ámbito (scoped slots) para renderizar marcado HTML personalizado dentro de tooltips y la construcción de elementos gráficos complejos. La biblioteca maneja requisitos de visualización comunes como el redimensionamiento automático y responsivo, el enlace de eventos para interacciones del usuario y la gestión de indicadores de estado de carga. Para mantener el rendimiento, emplea un sistema de actualización que calcula cambios de configuración parciales para refrescar los gráficos sin realizar reinicializaciones completas.
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 es una librería de gráficos de React y un componente de visualización de datos que sirve como envoltorio para la librería Apache ECharts. Permite el renderizado de visualizaciones de datos y gráficos complejos dentro de una arquitectura basada en componentes utilizando configuraciones declarativas. La librería proporciona un mecanismo para acceder a la instancia de visualización subyacente, permitiendo operaciones de bajo nivel como la exportación de imágenes y el cambio de tamaño manual. También admite la vinculación de funciones personalizadas a eventos de visualización para activar la lógica de la aplicación basada en las interacciones del usuario. El conjunto de herramientas cubre la configuración del comportamiento general de los gráficos y estrategias de actualización. También admite la importación solo de componentes específicos para reducir el tamaño total del paquete de la aplicación.
Serves as a React component wrapper for the Apache ECharts library to enable declarative visualization.